#D8C26A

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

Shades of Chenin #D8C26A

Tints of Chenin #D8C26A

Color information

#D8C26A (or 0xD8C26A) is unknown color: approx Chenin. HEX triplet: D8, C2 and 6A. RGB value is (216,194,106). Sum of RGB (Red+Green+Blue) = 216+194+106=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C26A is #273D95. Grayscale: #BEBEBE. Windows color (decimal): -2571670 or 6996696. OLE color: 6996696.

HSL color Cylindrical-coordinate representation of color #D8C26A: hue angle of 48º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8C26A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216194106-
CMYK00.100.510.15
HSL48º58.51%63.14%-
HSV(B)48º50.93%84.71%-
XYZ50.2154.2221.46-
YUV190.5580.29146.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 106 (41.80% from 255) = 20.54%
R=41.86%
G=37.60%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619410600.100.510.154858.5163.14
HexD8C26A0A33F303b3f
Octal3303021520126317607377
Binary11011000110000101101010010101100111111110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C26A; }

 p { color: rgb(216,194,106); }

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

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

 a { background-color: rgb(216,194,106); }

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

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

 span { border-color: rgb(216,194,106); }

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