#DEBF72

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

Shades of Chenin #DEBF72

Tints of Chenin #DEBF72

Color information

#DEBF72 (or 0xDEBF72) is unknown color: approx Chenin. HEX triplet: DE, BF and 72. RGB value is (222,191,114). Sum of RGB (Red+Green+Blue) = 222+191+114=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF72 is #21408D. Grayscale: #BFBFBF. Windows color (decimal): -2179214 or 7520222. OLE color: 7520222.

HSL color Cylindrical-coordinate representation of color #DEBF72: hue angle of 42.78º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEBF72 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222191114-
CMYK00.140.490.13
HSL42.78º62.07%65.88%-
HSV(B)42.78º48.65%87.06%-
XYZ51.7954.0123.61-
YUV191.4984.27149.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 114 (44.92% from 255) = 21.63%
R=42.13%
G=36.24%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219111400.140.490.1342.7862.0765.88
HexDEBF720E31D2b3e42
Octal33627716201661155376102
Binary110111101011111111100100111011000111011010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF72; }

 p { color: rgb(222,191,114); }

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

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

 a { background-color: rgb(222,191,114); }

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

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

 span { border-color: rgb(222,191,114); }

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