#DEBBA5

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

Shades of Just Right #DEBBA5

Tints of Just Right #DEBBA5

Color information

#DEBBA5 (or 0xDEBBA5) is unknown color: approx Just Right. HEX triplet: DE, BB and A5. RGB value is (222,187,165). Sum of RGB (Red+Green+Blue) = 222+187+165=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBA5 is #21445A. Grayscale: #C3C3C3. Windows color (decimal): -2180187 or 10861534. OLE color: 10861534.

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

Color convert

RGB222187165-
CMYK00.160.260.13
HSL23.16º46.34%75.88%-
HSV(B)23.16º25.68%87.06%-
XYZ54.6953.7943.1-
YUV194.96111.1147.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=38.68%
G=32.58%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218716500.160.260.1323.1646.3475.88
HexDEBBA50101AD172e4c
Octal33627324502032152756114
Binary110111101011101110100101010000110101101101111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBA5; }

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

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

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

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

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

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

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

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