Color Hex Logo

#ddbc30 Color Hex

#DDBC30
(221,188,48)
0 Favorites   0 Comments

Color spaces of #ddbc30

RGB 22118848
HSL0.130.720.53
HSV49°78°87°
CMYK 0.000.150.78   0.13
XYZ48.335551.552010.1993
Yxy51.55200.43910.4683
Hunter Lab71.7997-5.483541.8375
CIE-Lab77.0122-1.816869.5350

#ddbc30 color RGB value is (221,188,48).

#ddbc30 hex color red value is 221, green value is 188 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ddbc30 hue: 0.13 , saturation: 0.72 and the lightness value of ddbc30 is 0.53.

The process color (four color CMYK) of #ddbc30 color hex is 0.00, 0.15, 0.78, 0.13. Web safe color of #ddbc30 is #cccc33. Color #ddbc30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00110000
Octal 335 274 60
Decimal 221 188 48
Hex DD BC 30

RGB Percentages of Color #ddbc30

%48.36
%41.14
%10.50

CMYK Percentages of Color #ddbc30

%0
%15
%78
%13

Triadic Colors of #ddbc30

#ddbc30 #30ddbc #bc30dd

Analogous Colors of #ddbc30

#ddbc30 #a8dd30 #dd6630

Monochromatic Colors of #ddbc30

#ddbc30

Complementary Color

#ddbc30 #3051dd

#ddbc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc30 Color CSS Codes

.mybgcolor {background-color:#ddbc30; } 
.myforecolor {color:#ddbc30; }
.mybordercolor {border:3px solid #ddbc30; }

#ddbc30 Text Font Color

<p style="color:#ddbc30">Text here</p>

This sample text font color is #ddbc30
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbc30 Background Color

<div style="background-color:#ddbc30">
Div content here</div>

This div background color is #ddbc30


#ddbc30 Border Color

<div style="border:3px solid #ddbc30">
Div here</div>

This div border color is #ddbc30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,188,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbc30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbc30;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbc30;
  box-shadow:         1px 1px 3px 2px #ddbc30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,188,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbc30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbc30;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbc30;
  box-shadow:         1px 1px 3px 2px #ddbc30;">
Div content here</div>

This div box has shadow with color #ddbc30


Comments

No comments written yet.

Please login to write comment.