Color Hex Logo

#ddb132 Color Hex

#DDB132
(221,177,50)
0 Favorites   0 Comments

Color spaces of #ddb132

RGB 22117750
HSL0.120.720.53
HSV45°77°87°
CMYK 0.000.200.77   0.13
XYZ46.116747.04679.6679
Yxy47.04670.44850.4575
Hunter Lab68.5906-0.019639.6564
CIE-Lab74.21964.017466.3259

#ddb132 color RGB value is (221,177,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 00110010
Octal 335 261 62
Decimal 221 177 50
Hex DD B1 32

RGB Percentages of Color #ddb132

%49.33
%39.51
%11.16

CMYK Percentages of Color #ddb132

%0
%20
%77
%13

Triadic Colors of #ddb132

#ddb132 #32ddb1 #b132dd

Analogous Colors of #ddb132

#ddb132 #b4dd32 #dd5c32

Monochromatic Colors of #ddb132

#ddb132

Complementary Color

#ddb132 #325edd

#ddb132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb132 Color CSS Codes

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

#ddb132 Text Font Color

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

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


#ddb132 Background Color

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

This div background color is #ddb132


#ddb132 Border Color

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

This div border color is #ddb132


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,177,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 #ddb132">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb132


Comments

No comments written yet.

Please login to write comment.