#DEBAA3

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

Shades of Just Right #DEBAA3

Tints of Just Right #DEBAA3

Color information

#DEBAA3 (or 0xDEBAA3) is unknown color: approx Just Right. HEX triplet: DE, BA and A3. RGB value is (222,186,163). Sum of RGB (Red+Green+Blue) = 222+186+163=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAA3 is #21455C. Grayscale: #C2C2C2. Windows color (decimal): -2180445 or 10730206. OLE color: 10730206.

HSL color Cylindrical-coordinate representation of color #DEBAA3: hue angle of 23.39º degrees, saturation: 0.47, 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 #DEBAA3 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB222186163-
CMYK00.160.270.13
HSL23.39º47.2%75.49%-
HSV(B)23.39º26.58%87.06%-
XYZ54.2953.2942.08-
YUV194.14110.43147.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 163 (64.06% from 255) = 28.55%
R=38.88%
G=32.57%
B=28.55%

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
Decimal22218616300.160.270.1323.3947.275.49
HexDEBAA30101BD172f4b
Octal33627224302033152757113
Binary110111101011101010100011010000110111101101111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAA3; }

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

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

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

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

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

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

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

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