#D0C26E

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

Shades of Chenin #D0C26E

Tints of Chenin #D0C26E

Color information

#D0C26E (or 0xD0C26E) is unknown color: approx Chenin. HEX triplet: D0, C2 and 6E. RGB value is (208,194,110). Sum of RGB (Red+Green+Blue) = 208+194+110=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C26E is #2F3D91. Grayscale: #BCBCBC. Windows color (decimal): -3095954 or 7258832. OLE color: 7258832.

HSL color Cylindrical-coordinate representation of color #D0C26E: hue angle of 51.43º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0C26E is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB208194110-
CMYK00.070.470.18
HSL51.43º51.04%62.35%-
HSV(B)51.43º47.12%81.57%-
XYZ48.1253.1222.47-
YUV188.6183.64141.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 110 (43.36% from 255) = 21.48%
R=40.62%
G=37.89%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819411000.070.470.1851.4351.0462.35
HexD0C26E072F1233333e
Octal320302156075722636376
Binary11010000110000101101110011110111110010110011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C26E; }

 p { color: rgb(208,194,110); }

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

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

 a { background-color: rgb(208,194,110); }

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

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

 span { border-color: rgb(208,194,110); }

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