#DCC474

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

Shades of Chenin #DCC474

Tints of Chenin #DCC474

Color information

#DCC474 (or 0xDCC474) is unknown color: approx Chenin. HEX triplet: DC, C4 and 74. RGB value is (220,196,116). Sum of RGB (Red+Green+Blue) = 220+196+116=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC474 is #233B8B. Grayscale: #C2C2C2. Windows color (decimal): -2309004 or 7652572. OLE color: 7652572.

HSL color Cylindrical-coordinate representation of color #DCC474: hue angle of 46.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCC474 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB220196116-
CMYK00.110.470.14
HSL46.15º59.77%65.88%-
HSV(B)46.15º47.27%86.27%-
XYZ52.4155.9624.56-
YUV194.0683.95146.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 116 (45.70% from 255) = 21.80%
R=41.35%
G=36.84%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019611600.110.470.1446.1559.7765.88
HexDCC4740B2FE2e3c42
Octal33430416401357165674102
Binary110111001100010011101000101110111111101011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC474; }

 p { color: rgb(220,196,116); }

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

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

 a { background-color: rgb(220,196,116); }

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

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

 span { border-color: rgb(220,196,116); }

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