Color Hex Logo

#ddc231 Color Hex

#DDC231
(221,194,49)
0 Favorites   0 Comments

Color spaces of #ddc231

RGB 22119449
HSL0.140.720.53
HSV51°78°87°
CMYK 0.000.120.78   0.13
XYZ49.665054.177510.7454
Yxy54.17750.43340.4728
Hunter Lab73.6054-8.367142.8682
CIE-Lab78.5651-4.884470.6194

#ddc231 color RGB value is (221,194,49).

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

The process color (four color CMYK) of #ddc231 color hex is 0.00, 0.12, 0.78, 0.13. Web safe color of #ddc231 is #cccc33. Color #ddc231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00110001
Octal 335 302 61
Decimal 221 194 49
Hex DD C2 31

RGB Percentages of Color #ddc231

%47.63
%41.81
%10.56

CMYK Percentages of Color #ddc231

%0
%12
%78
%13

Triadic Colors of #ddc231

#ddc231 #31ddc2 #c231dd

Analogous Colors of #ddc231

#ddc231 #a2dd31 #dd6c31

Monochromatic Colors of #ddc231

#ddc231

Complementary Color

#ddc231 #314cdd

#ddc231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc231 Color CSS Codes

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

#ddc231 Text Font Color

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

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


#ddc231 Background Color

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

This div background color is #ddc231


#ddc231 Border Color

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

This div border color is #ddc231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc231


Comments

No comments written yet.

Please login to write comment.