Color Hex Logo

#ddd092 Color Hex

#DDD092
(221,208,146)
0 Favorites   0 Comments

Color spaces of #ddd092

RGB 221208146
HSL0.140.520.72
HSV50°34°87°
CMYK 0.000.060.34   0.13
XYZ57.563062.559236.2354
Yxy62.55920.36810.4001
Hunter Lab79.0944-8.507128.2036
CIE-Lab83.2099-4.598432.4544

#ddd092 color RGB value is (221,208,146).

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

The process color (four color CMYK) of #ddd092 color hex is 0.00, 0.06, 0.34, 0.13. Web safe color of #ddd092 is #cccc99. Color #ddd092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 10010010
Octal 335 320 222
Decimal 221 208 146
Hex DD D0 92

RGB Percentages of Color #ddd092

%38.43
%36.17
%25.39

CMYK Percentages of Color #ddd092

%0
%6
%34
%13

Triadic Colors of #ddd092

#ddd092 #92ddd0 #d092dd

Analogous Colors of #ddd092

#ddd092 #c5dd92 #ddab92

Monochromatic Colors of #ddd092

#ddd092

Complementary Color

#ddd092 #929fdd

#ddd092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd092 Color CSS Codes

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

#ddd092 Text Font Color

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

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


#ddd092 Background Color

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

This div background color is #ddd092


#ddd092 Border Color

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

This div border color is #ddd092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd092


Comments

No comments written yet.

Please login to write comment.