Color Hex Logo

#ddb33b Color Hex

#DDB33B
(221,179,59)
0 Favorites   0 Comments

Color spaces of #ddb33b

RGB 22117959
HSL0.120.700.55
HSV44°73°87°
CMYK 0.000.190.73   0.13
XYZ46.728347.928110.9259
Yxy47.92810.44260.4539
Hunter Lab69.2301-0.670539.1039
CIE-Lab74.77963.333163.5780

#ddb33b color RGB value is (221,179,59).

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

The process color (four color CMYK) of #ddb33b color hex is 0.00, 0.19, 0.73, 0.13. Web safe color of #ddb33b is #cccc33. Color #ddb33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 00111011
Octal 335 263 73
Decimal 221 179 59
Hex DD B3 3B

RGB Percentages of Color #ddb33b

%48.15
%39.00
%12.85

CMYK Percentages of Color #ddb33b

%0
%19
%73
%13

Triadic Colors of #ddb33b

#ddb33b #3bddb3 #b33bdd

Analogous Colors of #ddb33b

#ddb33b #b6dd3b #dd623b

Monochromatic Colors of #ddb33b

#ddb33b

Complementary Color

#ddb33b #3b65dd

#ddb33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb33b Color CSS Codes

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

#ddb33b Text Font Color

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

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


#ddb33b Background Color

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

This div background color is #ddb33b


#ddb33b Border Color

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

This div border color is #ddb33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb33b


Comments

No comments written yet.

Please login to write comment.