#D5C874

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

Shades of Chenin #D5C874

Tints of Chenin #D5C874

Color information

#D5C874 (or 0xD5C874) is unknown color: approx Chenin. HEX triplet: D5, C8 and 74. RGB value is (213,200,116). Sum of RGB (Red+Green+Blue) = 213+200+116=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C874 is #2A378B. Grayscale: #C2C2C2. Windows color (decimal): -2766732 or 7653589. OLE color: 7653589.

HSL color Cylindrical-coordinate representation of color #D5C874: hue angle of 51.96º degrees, saturation: 0.54, 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 #D5C874 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213200116-
CMYK00.060.460.16
HSL51.96º53.59%64.51%-
HSV(B)51.96º45.54%83.53%-
XYZ51.2556.7224.77-
YUV194.3183.81141.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=40.26%
G=37.81%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320011600.060.460.1651.9653.5964.51
HexD5C874062E10343641
Octal3253101640656206466101
Binary110101011100100011101000110101110100001101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C874; }

 p { color: rgb(213,200,116); }

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

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

 a { background-color: rgb(213,200,116); }

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

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

 span { border-color: rgb(213,200,116); }

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