Color Hex Logo

#ddb34f Color Hex

#DDB34F
(221,179,79)
0 Favorites   0 Comments

Color spaces of #ddb34f

RGB 22117979
HSL0.120.680.59
HSV42°64°87°
CMYK 0.000.190.64   0.13
XYZ47.350248.176914.2006
Yxy48.17690.43150.4391
Hunter Lab69.40960.303336.4565
CIE-Lab74.93644.400255.3617

#ddb34f color RGB value is (221,179,79).

#ddb34f hex color red value is 221, green value is 179 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ddb34f hue: 0.12 , saturation: 0.68 and the lightness value of ddb34f is 0.59.

The process color (four color CMYK) of #ddb34f color hex is 0.00, 0.19, 0.64, 0.13. Web safe color of #ddb34f is #cccc66. Color #ddb34f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 01001111
Octal 335 263 117
Decimal 221 179 79
Hex DD B3 4F

RGB Percentages of Color #ddb34f

%46.14
%37.37
%16.49

CMYK Percentages of Color #ddb34f

%0
%19
%64
%13

Triadic Colors of #ddb34f

#ddb34f #4fddb3 #b34fdd

Analogous Colors of #ddb34f

#ddb34f #c0dd4f #dd6c4f

Monochromatic Colors of #ddb34f

#ddb34f

Complementary Color

#ddb34f #4f79dd

#ddb34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb34f Color CSS Codes

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

#ddb34f Text Font Color

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

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


#ddb34f Background Color

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

This div background color is #ddb34f


#ddb34f Border Color

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

This div border color is #ddb34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb34f


Comments

No comments written yet.

Please login to write comment.