#DCB86F

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

Shades of Chenin #DCB86F

Tints of Chenin #DCB86F

Color information

#DCB86F (or 0xDCB86F) is unknown color: approx Chenin. HEX triplet: DC, B8 and 6F. RGB value is (220,184,111). Sum of RGB (Red+Green+Blue) = 220+184+111=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB86F is #234790. Grayscale: #BABABA. Windows color (decimal): -2312081 or 7321820. OLE color: 7321820.

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

Color convert

RGB220184111-
CMYK00.160.500.14
HSL40.18º60.89%64.9%-
HSV(B)40.18º49.55%86.27%-
XYZ49.5250.6422.2-
YUV186.4485.43151.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=42.72%
G=35.73%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018411100.160.500.1440.1860.8964.9
HexDCB86F01032E283d41
Octal33427015702062165075101
Binary1101110010111000110111101000011001011101010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB86F; }

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

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

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

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

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

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

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

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