#DDBA6E

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

Shades of Chenin #DDBA6E

Tints of Chenin #DDBA6E

Color information

#DDBA6E (or 0xDDBA6E) is unknown color: approx Chenin. HEX triplet: DD, BA and 6E. RGB value is (221,186,110). Sum of RGB (Red+Green+Blue) = 221+186+110=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA6E is #224591. Grayscale: #BCBCBC. Windows color (decimal): -2246034 or 7256797. OLE color: 7256797.

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

Color convert

RGB221186110-
CMYK00.160.500.13
HSL41.08º62.01%64.9%-
HSV(B)41.08º50.23%86.67%-
XYZ50.1951.6222.07-
YUV187.884.1151.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 110 (43.36% from 255) = 21.28%
R=42.75%
G=35.98%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118611000.160.500.1341.0862.0164.9
HexDDBA6E01032D293e41
Octal33527215602062155176101
Binary1101110110111010110111001000011001011011010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA6E; }

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

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

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

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

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

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

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

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