#DDBF6E

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

Shades of Chenin #DDBF6E

Tints of Chenin #DDBF6E

Color information

#DDBF6E (or 0xDDBF6E) is unknown color: approx Chenin. HEX triplet: DD, BF and 6E. RGB value is (221,191,110). Sum of RGB (Red+Green+Blue) = 221+191+110=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF6E is #224091. Grayscale: #BFBFBF. Windows color (decimal): -2244754 or 7258077. OLE color: 7258077.

HSL color Cylindrical-coordinate representation of color #DDBF6E: hue angle of 43.78º 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 #DDBF6E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221191110-
CMYK00.140.500.13
HSL43.78º62.01%64.9%-
HSV(B)43.78º50.23%86.67%-
XYZ51.2653.7622.43-
YUV190.7482.44149.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 110 (43.36% from 255) = 21.07%
R=42.34%
G=36.59%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119111000.140.500.1343.7862.0164.9
HexDDBF6E0E32D2c3e41
Octal33527715601662155476101
Binary110111011011111111011100111011001011011011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF6E; }

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

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

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

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

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

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

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

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