#D6C299

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

Shades of Raffia #D6C299

Tints of Raffia #D6C299

Color information

#D6C299 (or 0xD6C299) is unknown color: approx Raffia. HEX triplet: D6, C2 and 99. RGB value is (214,194,153). Sum of RGB (Red+Green+Blue) = 214+194+153=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C299 is #293D66. Grayscale: #C3C3C3. Windows color (decimal): -2702695 or 10076886. OLE color: 10076886.

HSL color Cylindrical-coordinate representation of color #D6C299: hue angle of 40.33º 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 #D6C299 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214194153-
CMYK00.090.290.16
HSL40.33º42.66%71.96%-
HSV(B)40.33º28.5%83.92%-
XYZ52.7755.1838.01-
YUV195.31104.13141.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=38.15%
G=34.58%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419415300.090.290.1640.3342.6671.96
HexD6C299091D10282b48
Octal32630223101135205053110
Binary1101011011000010100110010100111101100001010001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C299; }

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

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

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

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

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

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

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

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