#DEBCA7

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

Shades of Just Right #DEBCA7

Tints of Just Right #DEBCA7

Color information

#DEBCA7 (or 0xDEBCA7) is unknown color: approx Just Right. HEX triplet: DE, BC and A7. RGB value is (222,188,167). Sum of RGB (Red+Green+Blue) = 222+188+167=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA7 is #214358. Grayscale: #C3C3C3. Windows color (decimal): -2179929 or 10992862. OLE color: 10992862.

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

Color convert

RGB222188167-
CMYK00.150.250.13
HSL22.91º45.45%76.27%-
HSV(B)22.91º24.77%87.06%-
XYZ55.0854.2944.13-
YUV195.77111.76146.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 167 (65.62% from 255) = 28.94%
R=38.47%
G=32.58%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218816700.150.250.1322.9145.4576.27
HexDEBCA70F19D172d4c
Octal33627424701731152755114
Binary11011110101111001010011101111110011101101111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCA7; }

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

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

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

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

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

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

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

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