#D6C269

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

Shades of Chenin #D6C269

Tints of Chenin #D6C269

Color information

#D6C269 (or 0xD6C269) is unknown color: approx Chenin. HEX triplet: D6, C2 and 69. RGB value is (214,194,105). Sum of RGB (Red+Green+Blue) = 214+194+105=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C269 is #293D96. Grayscale: #BEBEBE. Windows color (decimal): -2702743 or 6931158. OLE color: 6931158.

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

Color convert

RGB214194105-
CMYK00.090.510.16
HSL48.99º57.07%62.55%-
HSV(B)48.99º50.93%83.92%-
XYZ49.5753.921.16-
YUV189.8380.13145.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 105 (41.41% from 255) = 20.47%
R=41.72%
G=37.82%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419410500.090.510.1648.9957.0762.55
HexD6C26909331031393f
Octal3263021510116320617177
Binary110101101100001011010010100111001110000110001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C269; }

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

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

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

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

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

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

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

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