#DEBDAA

Color #DEBDAA Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DEBDAA

Tints of Just Right #DEBDAA

Color information

#DEBDAA (or 0xDEBDAA) is unknown color: approx Just Right. HEX triplet: DE, BD and AA. RGB value is (222,189,170). Sum of RGB (Red+Green+Blue) = 222+189+170=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDAA is #214255. Grayscale: #C4C4C4. Windows color (decimal): -2179670 or 11189726. OLE color: 11189726.

HSL color Cylindrical-coordinate representation of color #DEBDAA: hue angle of 21.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBDAA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222189170-
CMYK00.150.230.13
HSL21.92º44.07%76.86%-
HSV(B)21.92º23.42%87.06%-
XYZ55.5854.8345.68-
YUV196.7112.93146.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=38.21%
G=32.53%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218917000.150.230.1321.9244.0776.86
HexDEBDAA0F17D162c4d
Octal33627525201727152654115
Binary11011110101111011010101001111101111101101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDAA; }

 p { color: rgb(222,189,170); }

 H1.HeaderClassName
 {
   color: #DEBDAA;
 }
 .AnyTagClassName
 {
   color: #DEBDAA;
 }
</style>
background-color css

<style>
 a { background-color: #DEBDAA; }

 a { background-color: rgb(222,189,170); }

 div.DivClassName
 {
   background-color: #DEBDAA;
 }
 .BgClassName
 {
   background-color: #DEBDAA;
 }
</style>
border-color css

<style>
 span { border-color: #DEBDAA; }

 span { border-color: rgb(222,189,170); }

 td.TdClassName
 {
   border-color: #DEBDAA;
 }
 .TagClassName
 {
   border-color: #DEBDAA;
 }
</style>