#DEBF75

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

Shades of Chenin #DEBF75

Tints of Chenin #DEBF75

Color information

#DEBF75 (or 0xDEBF75) is unknown color: approx Chenin. HEX triplet: DE, BF and 75. RGB value is (222,191,117). Sum of RGB (Red+Green+Blue) = 222+191+117=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF75 is #21408A. Grayscale: #C0C0C0. Windows color (decimal): -2179211 or 7716830. OLE color: 7716830.

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

Color convert

RGB222191117-
CMYK00.140.470.13
HSL42.29º61.4%66.47%-
HSV(B)42.29º47.3%87.06%-
XYZ51.9754.0824.53-
YUV191.8385.77149.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=41.89%
G=36.04%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219111700.140.470.1342.2961.466.47
HexDEBF750E2FD2a3d42
Octal33627716501657155275102
Binary110111101011111111101010111010111111011010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF75; }

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

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

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

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

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

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

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

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