#DEBDA4

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

Shades of Just Right #DEBDA4

Tints of Just Right #DEBDA4

Color information

#DEBDA4 (or 0xDEBDA4) is unknown color: approx Just Right. HEX triplet: DE, BD and A4. RGB value is (222,189,164). Sum of RGB (Red+Green+Blue) = 222+189+164=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDA4 is #21425B. Grayscale: #C4C4C4. Windows color (decimal): -2179676 or 10796510. OLE color: 10796510.

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

Color convert

RGB222189164-
CMYK00.150.260.13
HSL25.86º46.77%75.69%-
HSV(B)25.86º26.13%87.06%-
XYZ55.0254.6142.76-
YUV196.02109.93146.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=38.61%
G=32.87%
B=28.52%

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
Decimal22218916400.150.260.1325.8646.7775.69
HexDEBDA40F1AD1a2f4c
Octal33627524401732153257114
Binary11011110101111011010010001111110101101110101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDA4; }

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

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

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

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

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

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

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

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