Color Hex Logo

#ddc31b Color Hex

#DDC31B
(221,195,27)
0 Favorites   0 Comments

Color spaces of #ddc31b

RGB 22119527
HSL0.140.780.49
HSV52°88°87°
CMYK 0.000.120.88   0.13
XYZ49.531754.48158.9423
Yxy54.48150.43850.4823
Hunter Lab73.8116-9.386844.4851
CIE-Lab78.7417-6.006076.4130

#ddc31b color RGB value is (221,195,27).

#ddc31b hex color red value is 221, green value is 195 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ddc31b hue: 0.14 , saturation: 0.78 and the lightness value of ddc31b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00011011
Octal 335 303 33
Decimal 221 195 27
Hex DD C3 1B

RGB Percentages of Color #ddc31b

%49.89
%44.02
%6.09

CMYK Percentages of Color #ddc31b

%0
%12
%88
%13

Triadic Colors of #ddc31b

#ddc31b #1bddc3 #c31bdd

Analogous Colors of #ddc31b

#ddc31b #96dd1b #dd621b

Monochromatic Colors of #ddc31b

#ddc31b

Complementary Color

#ddc31b #1b35dd

#ddc31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc31b Color CSS Codes

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

#ddc31b Text Font Color

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

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


#ddc31b Background Color

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

This div background color is #ddc31b


#ddc31b Border Color

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

This div border color is #ddc31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc31b


Comments

No comments written yet.

Please login to write comment.