#DDBE65

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

Shades of Chenin #DDBE65

Tints of Chenin #DDBE65

Color information

#DDBE65 (or 0xDDBE65) is unknown color: approx Chenin. HEX triplet: DD, BE and 65. RGB value is (221,190,101). Sum of RGB (Red+Green+Blue) = 221+190+101=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE65 is #22419A. Grayscale: #BDBDBD. Windows color (decimal): -2245019 or 6667997. OLE color: 6667997.

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

Color convert

RGB221190101-
CMYK00.140.540.13
HSL44.5º63.83%63.14%-
HSV(B)44.5º54.3%86.67%-
XYZ50.5853.1419.9-
YUV189.1278.27150.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 101 (39.84% from 255) = 19.73%
R=43.16%
G=37.11%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119010100.140.540.1344.563.8363.14
HexDDBE650E36D2c403f
Octal33527614501666155410077
Binary110111011011111011001010111011011011011011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE65; }

 p { color: rgb(221,190,101); }

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

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

 a { background-color: rgb(221,190,101); }

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

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

 span { border-color: rgb(221,190,101); }

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