#DEBAA2

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

Shades of Just Right #DEBAA2

Tints of Just Right #DEBAA2

Color information

#DEBAA2 (or 0xDEBAA2) is unknown color: approx Just Right. HEX triplet: DE, BA and A2. RGB value is (222,186,162). Sum of RGB (Red+Green+Blue) = 222+186+162=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAA2 is #21455D. Grayscale: #C2C2C2. Windows color (decimal): -2180446 or 10664670. OLE color: 10664670.

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

Color convert

RGB222186162-
CMYK00.160.270.13
HSL24º47.62%75.29%-
HSV(B)24º27.03%87.06%-
XYZ54.253.2641.6-
YUV194.03109.93147.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 162 (63.67% from 255) = 28.42%
R=38.95%
G=32.63%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218616200.160.270.132447.6275.29
HexDEBAA20101BD18304b
Octal33627224202033153060113
Binary110111101011101010100010010000110111101110001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAA2; }

 p { color: rgb(222,186,162); }

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

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

 a { background-color: rgb(222,186,162); }

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

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

 span { border-color: rgb(222,186,162); }

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