Color Hex Logo

#ddb232 Color Hex

#DDB232
(221,178,50)
0 Favorites   0 Comments

Color spaces of #ddb232

RGB 22117850
HSL0.120.720.53
HSV45°77°87°
CMYK 0.000.190.77   0.13
XYZ46.314947.44329.7340
Yxy47.44320.44750.4584
Hunter Lab68.8790-0.513239.8364
CIE-Lab74.47243.490066.5588

#ddb232 color RGB value is (221,178,50).

#ddb232 hex color red value is 221, green value is 178 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ddb232 hue: 0.12 , saturation: 0.72 and the lightness value of ddb232 is 0.53.

The process color (four color CMYK) of #ddb232 color hex is 0.00, 0.19, 0.77, 0.13. Web safe color of #ddb232 is #cc9933. Color #ddb232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 00110010
Octal 335 262 62
Decimal 221 178 50
Hex DD B2 32

RGB Percentages of Color #ddb232

%49.22
%39.64
%11.14

CMYK Percentages of Color #ddb232

%0
%19
%77
%13

Triadic Colors of #ddb232

#ddb232 #32ddb2 #b232dd

Analogous Colors of #ddb232

#ddb232 #b3dd32 #dd5d32

Monochromatic Colors of #ddb232

#ddb232

Complementary Color

#ddb232 #325ddd

#ddb232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb232 Color CSS Codes

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

#ddb232 Text Font Color

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

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


#ddb232 Background Color

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

This div background color is #ddb232


#ddb232 Border Color

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

This div border color is #ddb232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb232


Comments

No comments written yet.

Please login to write comment.