#DCC76C

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

Shades of Chenin #DCC76C

Tints of Chenin #DCC76C

Color information

#DCC76C (or 0xDCC76C) is unknown color: approx Chenin. HEX triplet: DC, C7 and 6C. RGB value is (220,199,108). Sum of RGB (Red+Green+Blue) = 220+199+108=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC76C is #233893. Grayscale: #C3C3C3. Windows color (decimal): -2308244 or 7129052. OLE color: 7129052.

HSL color Cylindrical-coordinate representation of color #DCC76C: hue angle of 48.75º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCC76C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220199108-
CMYK00.100.510.14
HSL48.75º61.54%64.31%-
HSV(B)48.75º50.91%86.27%-
XYZ52.6557.1522.44-
YUV194.978.96145.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 199 (78.12% from 255) = 37.76%
BLUE value IS 108 (42.58% from 255) = 20.49%
R=41.75%
G=37.76%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019910800.100.510.1448.7561.5464.31
HexDCC76C0A33E313e40
Octal33430715401263166176100
Binary110111001100011111011000101011001111101100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC76C; }

 p { color: rgb(220,199,108); }

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

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

 a { background-color: rgb(220,199,108); }

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

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

 span { border-color: rgb(220,199,108); }

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