#D6C169

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

Shades of Chenin #D6C169

Tints of Chenin #D6C169

Color information

#D6C169 (or 0xD6C169) is unknown color: approx Chenin. HEX triplet: D6, C1 and 69. RGB value is (214,193,105). Sum of RGB (Red+Green+Blue) = 214+193+105=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C169 is #293E96. Grayscale: #BDBDBD. Windows color (decimal): -2702999 or 6930902. OLE color: 6930902.

HSL color Cylindrical-coordinate representation of color #D6C169: hue angle of 48.44º 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 #D6C169 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214193105-
CMYK00.100.510.16
HSL48.44º57.07%62.55%-
HSV(B)48.44º50.93%83.92%-
XYZ49.3553.4621.08-
YUV189.2580.46145.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 105 (41.41% from 255) = 20.51%
R=41.80%
G=37.70%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419310500.100.510.1648.4457.0762.55
HexD6C1690A331030393f
Octal3263011510126320607177
Binary110101101100000111010010101011001110000110000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C169; }

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

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

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

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

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

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

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

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