#D5CA72

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

Shades of Chenin #D5CA72

Tints of Chenin #D5CA72

Color information

#D5CA72 (or 0xD5CA72) is unknown color: approx Chenin. HEX triplet: D5, CA and 72. RGB value is (213,202,114). Sum of RGB (Red+Green+Blue) = 213+202+114=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA72 is #2A358D. Grayscale: #C3C3C3. Windows color (decimal): -2766222 or 7523029. OLE color: 7523029.

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

Color convert

RGB213202114-
CMYK00.050.460.16
HSL53.33º54.1%64.12%-
HSV(B)53.33º46.48%83.53%-
XYZ51.657.624.32-
YUV195.2682.14140.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=40.26%
G=38.19%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320211400.050.460.1653.3354.164.12
HexD5CA72052E10353640
Octal3253121620556206566100
Binary110101011100101011100100101101110100001101011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA72; }

 p { color: rgb(213,202,114); }

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

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

 a { background-color: rgb(213,202,114); }

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

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

 span { border-color: rgb(213,202,114); }

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