#D2C174

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

Shades of Chenin #D2C174

Tints of Chenin #D2C174

Color information

#D2C174 (or 0xD2C174) is unknown color: approx Chenin. HEX triplet: D2, C1 and 74. RGB value is (210,193,116). Sum of RGB (Red+Green+Blue) = 210+193+116=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C174 is #2D3E8B. Grayscale: #BDBDBD. Windows color (decimal): -2965132 or 7651794. OLE color: 7651794.

HSL color Cylindrical-coordinate representation of color #D2C174: hue angle of 49.15º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2C174 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210193116-
CMYK00.080.450.18
HSL49.15º51.09%63.92%-
HSV(B)49.15º44.76%82.35%-
XYZ48.853.124.2-
YUV189.386.63142.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=40.46%
G=37.19%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019311600.080.450.1849.1551.0963.92
HexD2C174082D12313340
Octal32230116401055226163100
Binary1101001011000001111010001000101101100101100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C174; }

 p { color: rgb(210,193,116); }

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

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

 a { background-color: rgb(210,193,116); }

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

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

 span { border-color: rgb(210,193,116); }

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