Color Hex Logo

#ddd631 Color Hex

#DDD631
(221,214,49)
0 Favorites   0 Comments

Color spaces of #ddd631

RGB 22121449
HSL0.160.720.53
HSV58°78°87°
CMYK 0.000.030.78   0.13
XYZ54.419763.687012.3303
Yxy63.68700.41720.4883
Hunter Lab79.8041-17.935346.7022
CIE-Lab83.8025-14.997575.3122

#ddd631 color RGB value is (221,214,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 00110001
Octal 335 326 61
Decimal 221 214 49
Hex DD D6 31

RGB Percentages of Color #ddd631

%45.66
%44.21
%10.12

CMYK Percentages of Color #ddd631

%0
%3
%78
%13

Triadic Colors of #ddd631

#ddd631 #31ddd6 #d631dd

Analogous Colors of #ddd631

#ddd631 #8edd31 #dd8031

Monochromatic Colors of #ddd631

#ddd631

Complementary Color

#ddd631 #3138dd

#ddd631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd631 Color CSS Codes

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

#ddd631 Text Font Color

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

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


#ddd631 Background Color

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

This div background color is #ddd631


#ddd631 Border Color

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

This div border color is #ddd631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd631


Comments

No comments written yet.

Please login to write comment.