Color Hex Logo

#ddba32 Color Hex

#DDBA32
(221,186,50)
0 Favorites   0 Comments

Color spaces of #ddba32

RGB 22118650
HSL0.130.720.53
HSV48°77°87°
CMYK 0.000.160.77   0.13
XYZ47.953450.720310.2802
Yxy50.72030.44010.4655
Hunter Lab71.2182-4.442341.2943
CIE-Lab76.5093-0.703568.4284

#ddba32 color RGB value is (221,186,50).

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

The process color (four color CMYK) of #ddba32 color hex is 0.00, 0.16, 0.77, 0.13. Web safe color of #ddba32 is #cccc33. Color #ddba32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 00110010
Octal 335 272 62
Decimal 221 186 50
Hex DD BA 32

RGB Percentages of Color #ddba32

%48.36
%40.70
%10.94

CMYK Percentages of Color #ddba32

%0
%16
%77
%13

Triadic Colors of #ddba32

#ddba32 #32ddba #ba32dd

Analogous Colors of #ddba32

#ddba32 #abdd32 #dd6532

Monochromatic Colors of #ddba32

#ddba32

Complementary Color

#ddba32 #3255dd

#ddba32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba32 Color CSS Codes

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

#ddba32 Text Font Color

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

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


#ddba32 Background Color

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

This div background color is #ddba32


#ddba32 Border Color

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

This div border color is #ddba32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba32


Comments

No comments written yet.

Please login to write comment.