#DEBAA6

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

Shades of Just Right #DEBAA6

Tints of Just Right #DEBAA6

Color information

#DEBAA6 (or 0xDEBAA6) is unknown color: approx Just Right. HEX triplet: DE, BA and A6. RGB value is (222,186,166). Sum of RGB (Red+Green+Blue) = 222+186+166=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAA6 is #214559. Grayscale: #C2C2C2. Windows color (decimal): -2180442 or 10926814. OLE color: 10926814.

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

Color convert

RGB222186166-
CMYK00.160.250.13
HSL21.43º45.9%76.08%-
HSV(B)21.43º25.23%87.06%-
XYZ54.5753.443.51-
YUV194.48111.93147.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 166 (65.23% from 255) = 28.92%
R=38.68%
G=32.40%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218616600.160.250.1321.4345.976.08
HexDEBAA601019D152e4c
Octal33627224602031152556114
Binary110111101011101010100110010000110011101101011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAA6; }

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

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

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

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

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

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

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

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