#D6C09A

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

Shades of Raffia #D6C09A

Tints of Raffia #D6C09A

Color information

#D6C09A (or 0xD6C09A) is unknown color: approx Raffia. HEX triplet: D6, C0 and 9A. RGB value is (214,192,154). Sum of RGB (Red+Green+Blue) = 214+192+154=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C09A is #293F65. Grayscale: #C2C2C2. Windows color (decimal): -2703206 or 10141910. OLE color: 10141910.

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

Color convert

RGB214192154-
CMYK00.100.280.16
HSL38º42.25%72.16%-
HSV(B)38º28.04%83.92%-
XYZ52.4154.3338.3-
YUV194.25105.29142.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 154 (60.55% from 255) = 27.5%
R=38.21%
G=34.29%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419215400.100.280.163842.2572.16
HexD6C09A0A1C10262a48
Octal32630023201234204652110
Binary1101011011000000100110100101011100100001001101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C09A; }

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

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

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

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

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

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

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

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