#DEBCA5

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

Shades of Just Right #DEBCA5

Tints of Just Right #DEBCA5

Color information

#DEBCA5 (or 0xDEBCA5) is unknown color: approx Just Right. HEX triplet: DE, BC and A5. RGB value is (222,188,165). Sum of RGB (Red+Green+Blue) = 222+188+165=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA5 is #21435A. Grayscale: #C3C3C3. Windows color (decimal): -2179931 or 10861790. OLE color: 10861790.

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

Color convert

RGB222188165-
CMYK00.150.260.13
HSL24.21º46.34%75.88%-
HSV(B)24.21º25.68%87.06%-
XYZ54.954.2143.17-
YUV195.54110.76146.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 165 (64.84% from 255) = 28.70%
R=38.61%
G=32.70%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218816500.150.260.1324.2146.3475.88
HexDEBCA50F1AD182e4c
Octal33627424501732153056114
Binary11011110101111001010010101111110101101110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCA5; }

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

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

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

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

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

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

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

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