#D7CA6C

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

Shades of Chenin #D7CA6C

Tints of Chenin #D7CA6C

Color information

#D7CA6C (or 0xD7CA6C) is unknown color: approx Chenin. HEX triplet: D7, CA and 6C. RGB value is (215,202,108). Sum of RGB (Red+Green+Blue) = 215+202+108=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA6C is #283593. Grayscale: #C3C3C3. Windows color (decimal): -2635156 or 7129815. OLE color: 7129815.

HSL color Cylindrical-coordinate representation of color #D7CA6C: hue angle of 52.71º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7CA6C is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215202108-
CMYK00.060.500.16
HSL52.71º57.22%63.33%-
HSV(B)52.71º49.77%84.31%-
XYZ51.8557.7722.61-
YUV195.1778.81142.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 108 (42.58% from 255) = 20.57%
R=40.95%
G=38.48%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520210800.060.500.1652.7157.2263.33
HexD7CA6C06321035393f
Octal327312154066220657177
Binary11010111110010101101100011011001010000110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA6C; }

 p { color: rgb(215,202,108); }

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

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

 a { background-color: rgb(215,202,108); }

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

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

 span { border-color: rgb(215,202,108); }

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