#DEBCAA

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

Shades of Just Right #DEBCAA

Tints of Just Right #DEBCAA

Color information

#DEBCAA (or 0xDEBCAA) is unknown color: approx Just Right. HEX triplet: DE, BC and AA. RGB value is (222,188,170). Sum of RGB (Red+Green+Blue) = 222+188+170=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCAA is #214355. Grayscale: #C4C4C4. Windows color (decimal): -2179926 or 11189470. OLE color: 11189470.

HSL color Cylindrical-coordinate representation of color #DEBCAA: hue angle of 20.77º 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 #DEBCAA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222188170-
CMYK00.150.230.13
HSL20.77º44.07%76.86%-
HSV(B)20.77º23.42%87.06%-
XYZ55.3654.445.61-
YUV196.11113.26146.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=38.28%
G=32.41%
B=29.31%

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
Decimal22218817000.150.230.1320.7744.0776.86
HexDEBCAA0F17D152c4d
Octal33627425201727152554115
Binary11011110101111001010101001111101111101101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCAA; }

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

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

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

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

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

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

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

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