Color Hex Logo

#ddb542 Color Hex

#DDB542
(221,181,66)
0 Favorites   0 Comments

Color spaces of #ddb542

RGB 22118166
HSL0.120.700.56
HSV45°70°87°
CMYK 0.000.180.70   0.13
XYZ47.326048.813212.0818
Yxy48.81320.43730.4511
Hunter Lab69.8664-1.354338.6537
CIE-Lab75.33502.614561.3673

#ddb542 color RGB value is (221,181,66).

#ddb542 hex color red value is 221, green value is 181 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ddb542 hue: 0.12 , saturation: 0.70 and the lightness value of ddb542 is 0.56.

The process color (four color CMYK) of #ddb542 color hex is 0.00, 0.18, 0.70, 0.13. Web safe color of #ddb542 is #cccc33. Color #ddb542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 01000010
Octal 335 265 102
Decimal 221 181 66
Hex DD B5 42

RGB Percentages of Color #ddb542

%47.22
%38.68
%14.10

CMYK Percentages of Color #ddb542

%0
%18
%70
%13

Triadic Colors of #ddb542

#ddb542 #42ddb5 #b542dd

Analogous Colors of #ddb542

#ddb542 #b8dd42 #dd6842

Monochromatic Colors of #ddb542

#ddb542

Complementary Color

#ddb542 #426add

#ddb542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb542 Color CSS Codes

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

#ddb542 Text Font Color

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

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


#ddb542 Background Color

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

This div background color is #ddb542


#ddb542 Border Color

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

This div border color is #ddb542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb542


Comments

No comments written yet.

Please login to write comment.