#DEBCA4

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

Shades of Just Right #DEBCA4

Tints of Just Right #DEBCA4

Color information

#DEBCA4 (or 0xDEBCA4) is unknown color: approx Just Right. HEX triplet: DE, BC and A4. RGB value is (222,188,164). Sum of RGB (Red+Green+Blue) = 222+188+164=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA4 is #21435B. Grayscale: #C3C3C3. Windows color (decimal): -2179932 or 10796254. OLE color: 10796254.

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

Color convert

RGB222188164-
CMYK00.150.260.13
HSL24.83º46.77%75.69%-
HSV(B)24.83º26.13%87.06%-
XYZ54.8154.1842.69-
YUV195.43110.26146.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 164 (64.45% from 255) = 28.57%
R=38.68%
G=32.75%
B=28.57%

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
Decimal22218816400.150.260.1324.8346.7775.69
HexDEBCA40F1AD192f4c
Octal33627424401732153157114
Binary11011110101111001010010001111110101101110011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCA4; }

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

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

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

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

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

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

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

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