#D6CA69

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

Shades of Chenin #D6CA69

Tints of Chenin #D6CA69

Color information

#D6CA69 (or 0xD6CA69) is unknown color: approx Chenin. HEX triplet: D6, CA and 69. RGB value is (214,202,105). Sum of RGB (Red+Green+Blue) = 214+202+105=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA69 is #293596. Grayscale: #C2C2C2. Windows color (decimal): -2700695 or 6933206. OLE color: 6933206.

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

Color convert

RGB214202105-
CMYK00.060.510.16
HSL53.39º57.07%62.55%-
HSV(B)53.39º50.93%83.92%-
XYZ51.457.5621.77-
YUV194.5377.48141.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=41.07%
G=38.77%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420210500.060.510.1653.3957.0762.55
HexD6CA6906331035393f
Octal326312151066320657177
Binary11010110110010101101001011011001110000110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA69; }

 p { color: rgb(214,202,105); }

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

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

 a { background-color: rgb(214,202,105); }

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

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

 span { border-color: rgb(214,202,105); }

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