Color Hex Logo

#ddda32 Color Hex

#DDDA32
(221,218,50)
0 Favorites   0 Comments

Color spaces of #ddda32

RGB 22121850
HSL0.160.720.53
HSV59°77°87°
CMYK 0.000.010.77   0.13
XYZ55.465965.745212.7843
Yxy65.74520.41390.4907
Hunter Lab81.0834-19.791347.4102
CIE-Lab84.8663-16.938875.9729

#ddda32 color RGB value is (221,218,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 00110010
Octal 335 332 62
Decimal 221 218 50
Hex DD DA 32

RGB Percentages of Color #ddda32

%45.19
%44.58
%10.22

CMYK Percentages of Color #ddda32

%0
%1
%77
%13

Triadic Colors of #ddda32

#ddda32 #32ddda #da32dd

Analogous Colors of #ddda32

#ddda32 #8bdd32 #dd8532

Monochromatic Colors of #ddda32

#ddda32

Complementary Color

#ddda32 #3235dd

#ddda32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda32 Color CSS Codes

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

#ddda32 Text Font Color

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

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


#ddda32 Background Color

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

This div background color is #ddda32


#ddda32 Border Color

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

This div border color is #ddda32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda32


Comments

No comments written yet.

Please login to write comment.