#DDBA76

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

Shades of Chenin #DDBA76

Tints of Chenin #DDBA76

Color information

#DDBA76 (or 0xDDBA76) is unknown color: approx Chenin. HEX triplet: DD, BA and 76. RGB value is (221,186,118). Sum of RGB (Red+Green+Blue) = 221+186+118=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA76 is #224589. Grayscale: #BDBDBD. Windows color (decimal): -2246026 or 7781085. OLE color: 7781085.

HSL color Cylindrical-coordinate representation of color #DDBA76: hue angle of 39.61º degrees, saturation: 0.6, 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 #DDBA76 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221186118-
CMYK00.160.470.13
HSL39.61º60.23%66.47%-
HSV(B)39.61º46.61%86.67%-
XYZ50.6551.824.47-
YUV188.7188.1151.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=42.10%
G=35.43%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118611800.160.470.1339.6160.2366.47
HexDDBA760102FD283c42
Octal33527216602057155074102
Binary1101110110111010111011001000010111111011010001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA76; }

 p { color: rgb(221,186,118); }

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

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

 a { background-color: rgb(221,186,118); }

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

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

 span { border-color: rgb(221,186,118); }

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