#D8C09B

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

Shades of Raffia #D8C09B

Tints of Raffia #D8C09B

Color information

#D8C09B (or 0xD8C09B) is unknown color: approx Raffia. HEX triplet: D8, C0 and 9B. RGB value is (216,192,155). Sum of RGB (Red+Green+Blue) = 216+192+155=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C09B is #273F64. Grayscale: #C3C3C3. Windows color (decimal): -2572133 or 10207448. OLE color: 10207448.

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

Color convert

RGB216192155-
CMYK00.110.280.15
HSL36.39º43.88%72.75%-
HSV(B)36.39º28.24%84.71%-
XYZ53.0854.6638.76-
YUV194.96105.45143.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 192 (75.39% from 255) = 34.10%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=38.37%
G=34.10%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619215500.110.280.1536.3943.8872.75
HexD8C09B0B1CF242c49
Octal33030023301334174454111
Binary110110001100000010011011010111110011111001001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C09B; }

 p { color: rgb(216,192,155); }

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

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

 a { background-color: rgb(216,192,155); }

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

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

 span { border-color: rgb(216,192,155); }

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