#DEBD66

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

Shades of Chenin #DEBD66

Tints of Chenin #DEBD66

Color information

#DEBD66 (or 0xDEBD66) is unknown color: approx Chenin. HEX triplet: DE, BD and 66. RGB value is (222,189,102). Sum of RGB (Red+Green+Blue) = 222+189+102=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD66 is #214299. Grayscale: #BDBDBD. Windows color (decimal): -2179738 or 6733278. OLE color: 6733278.

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

Color convert

RGB222189102-
CMYK00.150.540.13
HSL43.5º64.52%63.53%-
HSV(B)43.5º54.05%87.06%-
XYZ50.7252.8820.1-
YUV188.9578.93151.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 102 (40.23% from 255) = 19.88%
R=43.27%
G=36.84%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218910200.150.540.1343.564.5263.53
HexDEBD660F36D2c4140
Octal336275146017661554101100
Binary1101111010111101110011001111110110110110110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD66; }

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

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

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

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

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

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

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

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