Color Hex Logo

#ddbc48 Color Hex

#DDBC48
(221,188,72)
0 Favorites   0 Comments

Color spaces of #ddbc48

RGB 22118872
HSL0.130.690.57
HSV47°67°87°
CMYK 0.000.150.67   0.13
XYZ48.971751.806513.5495
Yxy51.80650.42830.4531
Hunter Lab71.9767-4.511039.2225
CIE-Lab77.1650-0.732160.7786

#ddbc48 color RGB value is (221,188,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01001000
Octal 335 274 110
Decimal 221 188 72
Hex DD BC 48

RGB Percentages of Color #ddbc48

%45.95
%39.09
%14.97

CMYK Percentages of Color #ddbc48

%0
%15
%67
%13

Triadic Colors of #ddbc48

#ddbc48 #48ddbc #bc48dd

Analogous Colors of #ddbc48

#ddbc48 #b4dd48 #dd7248

Monochromatic Colors of #ddbc48

#ddbc48

Complementary Color

#ddbc48 #4869dd

#ddbc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc48 Color CSS Codes

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

#ddbc48 Text Font Color

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

This sample text font color is #ddbc48
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.


#ddbc48 Background Color

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

This div background color is #ddbc48


#ddbc48 Border Color

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

This div border color is #ddbc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc48


Comments

No comments written yet.

Please login to write comment.