#D8C27A

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

Shades of Chenin #D8C27A

Tints of Chenin #D8C27A

Color information

#D8C27A (or 0xD8C27A) is unknown color: approx Chenin. HEX triplet: D8, C2 and 7A. RGB value is (216,194,122). Sum of RGB (Red+Green+Blue) = 216+194+122=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C27A is #273D85. Grayscale: #C0C0C0. Windows color (decimal): -2571654 or 8045272. OLE color: 8045272.

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

Color convert

RGB216194122-
CMYK00.100.440.15
HSL45.96º54.65%66.27%-
HSV(B)45.96º43.52%84.71%-
XYZ51.1254.5926.25-
YUV192.3788.29144.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 194 (76.17% from 255) = 36.47%
BLUE value IS 122 (48.05% from 255) = 22.93%
R=40.60%
G=36.47%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619412200.100.440.1545.9654.6566.27
HexD8C27A0A2CF2e3742
Octal33030217201254175667102
Binary110110001100001011110100101010110011111011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C27A; }

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

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

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

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

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

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

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

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