#D6C198

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

Shades of Raffia #D6C198

Tints of Raffia #D6C198

Color information

#D6C198 (or 0xD6C198) is unknown color: approx Raffia. HEX triplet: D6, C1 and 98. RGB value is (214,193,152). Sum of RGB (Red+Green+Blue) = 214+193+152=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C198 is #293E67. Grayscale: #C2C2C2. Windows color (decimal): -2702952 or 10011094. OLE color: 10011094.

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

Color convert

RGB214193152-
CMYK00.100.290.16
HSL39.68º43.06%71.76%-
HSV(B)39.68º28.97%83.92%-
XYZ52.4754.737.5-
YUV194.6103.96141.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=38.28%
G=34.53%
B=27.19%

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
Decimal21419315200.100.290.1639.6843.0671.76
HexD6C1980A1D10282b48
Octal32630123001235205053110
Binary1101011011000001100110000101011101100001010001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C198; }

 p { color: rgb(214,193,152); }

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

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

 a { background-color: rgb(214,193,152); }

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

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

 span { border-color: rgb(214,193,152); }

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