#DDBA71

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

Shades of Chenin #DDBA71

Tints of Chenin #DDBA71

Color information

#DDBA71 (or 0xDDBA71) is unknown color: approx Chenin. HEX triplet: DD, BA and 71. RGB value is (221,186,113). Sum of RGB (Red+Green+Blue) = 221+186+113=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA71 is #22458E. Grayscale: #BCBCBC. Windows color (decimal): -2246031 or 7453405. OLE color: 7453405.

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

Color convert

RGB221186113-
CMYK00.160.490.13
HSL40.56º61.36%65.49%-
HSV(B)40.56º48.87%86.67%-
XYZ50.3651.6822.94-
YUV188.1485.6151.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=42.5%
G=35.77%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118611300.160.490.1340.5661.3665.49
HexDDBA7101031D293d41
Octal33527216102061155175101
Binary1101110110111010111000101000011000111011010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA71; }

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

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

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

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

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

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

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

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