#D6C099

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

Shades of Raffia #D6C099

Tints of Raffia #D6C099

Color information

#D6C099 (or 0xD6C099) is unknown color: approx Raffia. HEX triplet: D6, C0 and 99. RGB value is (214,192,153). Sum of RGB (Red+Green+Blue) = 214+192+153=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C099 is #293F66. Grayscale: #C2C2C2. Windows color (decimal): -2703207 or 10076374. OLE color: 10076374.

HSL color Cylindrical-coordinate representation of color #D6C099: hue angle of 38.36º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6C099 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214192153-
CMYK00.100.290.16
HSL38.36º42.66%71.96%-
HSV(B)38.36º28.5%83.92%-
XYZ52.3354.337.86-
YUV194.13104.79142.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=38.28%
G=34.35%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419215300.100.290.1638.3642.6671.96
HexD6C0990A1D10262b48
Octal32630023101235204653110
Binary1101011011000000100110010101011101100001001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C099; }

 p { color: rgb(214,192,153); }

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

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

 a { background-color: rgb(214,192,153); }

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

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

 span { border-color: rgb(214,192,153); }

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