#DDB86F

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

Shades of Chenin #DDB86F

Tints of Chenin #DDB86F

Color information

#DDB86F (or 0xDDB86F) is unknown color: approx Chenin. HEX triplet: DD, B8 and 6F. RGB value is (221,184,111). Sum of RGB (Red+Green+Blue) = 221+184+111=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB86F is #224790. Grayscale: #BBBBBB. Windows color (decimal): -2246545 or 7321821. OLE color: 7321821.

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

Color convert

RGB221184111-
CMYK00.170.500.13
HSL39.82º61.8%65.1%-
HSV(B)39.82º49.77%86.67%-
XYZ49.8350.822.22-
YUV186.7485.26152.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 111 (43.75% from 255) = 21.51%
R=42.83%
G=35.66%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118411100.170.500.1339.8261.865.1
HexDDB86F01132D283e41
Octal33527015702162155076101
Binary1101110110111000110111101000111001011011010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB86F; }

 p { color: rgb(221,184,111); }

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

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

 a { background-color: rgb(221,184,111); }

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

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

 span { border-color: rgb(221,184,111); }

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