#D7C674

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

Shades of Chenin #D7C674

Tints of Chenin #D7C674

Color information

#D7C674 (or 0xD7C674) is unknown color: approx Chenin. HEX triplet: D7, C6 and 74. RGB value is (215,198,116). Sum of RGB (Red+Green+Blue) = 215+198+116=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C674 is #28398B. Grayscale: #C2C2C2. Windows color (decimal): -2636172 or 7653079. OLE color: 7653079.

HSL color Cylindrical-coordinate representation of color #D7C674: hue angle of 49.7º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7C674 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215198116-
CMYK00.080.460.16
HSL49.7º55.31%64.9%-
HSV(B)49.7º46.05%84.31%-
XYZ51.3756.124.64-
YUV193.7484.13143.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=40.64%
G=37.43%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519811600.080.460.1649.755.3164.9
HexD7C674082E10323741
Octal32730616401056206267101
Binary1101011111000110111010001000101110100001100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C674; }

 p { color: rgb(215,198,116); }

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

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

 a { background-color: rgb(215,198,116); }

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

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

 span { border-color: rgb(215,198,116); }

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