Color Hex Logo

#ddb046 Color Hex

#DDB046
(221,176,70)
0 Favorites   0 Comments

Color spaces of #ddb046

RGB 22117670
HSL0.120.690.57
HSV42°68°87°
CMYK 0.000.200.68   0.13
XYZ46.449646.865012.3920
Yxy46.86500.43940.4433
Hunter Lab68.45801.312937.1882
CIE-Lab74.10335.461858.4283

#ddb046 color RGB value is (221,176,70).

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

The process color (four color CMYK) of #ddb046 color hex is 0.00, 0.20, 0.68, 0.13. Web safe color of #ddb046 is #cc9933. Color #ddb046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 01000110
Octal 335 260 106
Decimal 221 176 70
Hex DD B0 46

RGB Percentages of Color #ddb046

%47.32
%37.69
%14.99

CMYK Percentages of Color #ddb046

%0
%20
%68
%13

Triadic Colors of #ddb046

#ddb046 #46ddb0 #b046dd

Analogous Colors of #ddb046

#ddb046 #bfdd46 #dd6546

Monochromatic Colors of #ddb046

#ddb046

Complementary Color

#ddb046 #4673dd

#ddb046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb046 Color CSS Codes

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

#ddb046 Text Font Color

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

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


#ddb046 Background Color

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

This div background color is #ddb046


#ddb046 Border Color

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

This div border color is #ddb046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb046


Comments

No comments written yet.

Please login to write comment.