#DEBC74

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

Shades of Chenin #DEBC74

Tints of Chenin #DEBC74

Color information

#DEBC74 (or 0xDEBC74) is unknown color: approx Chenin. HEX triplet: DE, BC and 74. RGB value is (222,188,116). Sum of RGB (Red+Green+Blue) = 222+188+116=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC74 is #21438B. Grayscale: #BEBEBE. Windows color (decimal): -2179980 or 7650526. OLE color: 7650526.

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

Color convert

RGB222188116-
CMYK00.150.480.13
HSL40.75º61.63%66.27%-
HSV(B)40.75º47.75%87.06%-
XYZ51.2652.7624-
YUV189.9686.26150.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 116 (45.70% from 255) = 22.05%
R=42.21%
G=35.74%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218811600.150.480.1340.7561.6366.27
HexDEBC740F30D293e42
Octal33627416401760155176102
Binary110111101011110011101000111111000011011010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC74; }

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

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

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

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

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

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

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

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