#DEBBA9

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

Shades of Just Right #DEBBA9

Tints of Just Right #DEBBA9

Color information

#DEBBA9 (or 0xDEBBA9) is unknown color: approx Just Right. HEX triplet: DE, BB and A9. RGB value is (222,187,169). Sum of RGB (Red+Green+Blue) = 222+187+169=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBA9 is #214456. Grayscale: #C3C3C3. Windows color (decimal): -2180183 or 11123678. OLE color: 11123678.

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

Color convert

RGB222187169-
CMYK00.160.240.13
HSL20.38º44.54%76.67%-
HSV(B)20.38º23.87%87.06%-
XYZ55.0653.9345.04-
YUV195.41113.1146.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=38.41%
G=32.35%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218716900.160.240.1320.3844.5476.67
HexDEBBA901018D142d4d
Octal33627325102030152455115
Binary110111101011101110101001010000110001101101001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBA9; }

 p { color: rgb(222,187,169); }

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

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

 a { background-color: rgb(222,187,169); }

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

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

 span { border-color: rgb(222,187,169); }

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