#D6C098

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

Shades of Raffia #D6C098

Tints of Raffia #D6C098

Color information

#D6C098 (or 0xD6C098) is unknown color: approx Raffia. HEX triplet: D6, C0 and 98. RGB value is (214,192,152). Sum of RGB (Red+Green+Blue) = 214+192+152=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C098 is #293F67. Grayscale: #C2C2C2. Windows color (decimal): -2703208 or 10010838. OLE color: 10010838.

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

Color convert

RGB214192152-
CMYK00.100.290.16
HSL38.71º43.06%71.76%-
HSV(B)38.71º28.97%83.92%-
XYZ52.2554.2637.43-
YUV194.02104.29142.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=38.35%
G=34.41%
B=27.24%

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
Decimal21419215200.100.290.1638.7143.0671.76
HexD6C0980A1D10272b48
Octal32630023001235204753110
Binary1101011011000000100110000101011101100001001111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C098; }

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

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

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

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

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

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

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

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