#DCC66D

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

Shades of Chenin #DCC66D

Tints of Chenin #DCC66D

Color information

#DCC66D (or 0xDCC66D) is unknown color: approx Chenin. HEX triplet: DC, C6 and 6D. RGB value is (220,198,109). Sum of RGB (Red+Green+Blue) = 220+198+109=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC66D is #233992. Grayscale: #C2C2C2. Windows color (decimal): -2308499 or 7194332. OLE color: 7194332.

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

Color convert

RGB220198109-
CMYK00.10.500.14
HSL48.11º61.33%64.51%-
HSV(B)48.11º50.45%86.27%-
XYZ52.4756.7122.65-
YUV194.4379.79146.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 109 (42.97% from 255) = 20.68%
R=41.75%
G=37.57%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019810900.10.500.1448.1161.3364.51
HexDCC66D0A32E303d41
Octal33430615501262166075101
Binary110111001100011011011010101011001011101100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC66D; }

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

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

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

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

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

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

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

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