#DCC975

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

Shades of Chenin #DCC975

Tints of Chenin #DCC975

Color information

#DCC975 (or 0xDCC975) is unknown color: approx Chenin. HEX triplet: DC, C9 and 75. RGB value is (220,201,117). Sum of RGB (Red+Green+Blue) = 220+201+117=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC975 is #23368A. Grayscale: #C5C5C5. Windows color (decimal): -2307723 or 7719388. OLE color: 7719388.

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

Color convert

RGB220201117-
CMYK00.090.470.14
HSL48.93º59.54%66.08%-
HSV(B)48.93º46.82%86.27%-
XYZ53.6158.2725.25-
YUV197.182.79144.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 201 (78.91% from 255) = 37.36%
BLUE value IS 117 (46.09% from 255) = 21.75%
R=40.89%
G=37.36%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020111700.090.470.1448.9359.5466.08
HexDCC975092FE313c42
Octal33431116501157166174102
Binary110111001100100111101010100110111111101100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC975; }

 p { color: rgb(220,201,117); }

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

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

 a { background-color: rgb(220,201,117); }

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

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

 span { border-color: rgb(220,201,117); }

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