#DCC86D

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

Shades of Chenin #DCC86D

Tints of Chenin #DCC86D

Color information

#DCC86D (or 0xDCC86D) is unknown color: approx Chenin. HEX triplet: DC, C8 and 6D. RGB value is (220,200,109). Sum of RGB (Red+Green+Blue) = 220+200+109=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC86D is #233792. Grayscale: #C3C3C3. Windows color (decimal): -2307987 or 7194844. OLE color: 7194844.

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

Color convert

RGB220200109-
CMYK00.090.500.14
HSL49.19º61.33%64.51%-
HSV(B)49.19º50.45%86.27%-
XYZ52.9357.6322.8-
YUV195.6179.13145.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=41.59%
G=37.81%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020010900.090.500.1449.1961.3364.51
HexDCC86D0932E313d41
Octal33431015501162166175101
Binary110111001100100011011010100111001011101100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC86D; }

 p { color: rgb(220,200,109); }

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

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

 a { background-color: rgb(220,200,109); }

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

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

 span { border-color: rgb(220,200,109); }

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