#D8C298

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

Shades of Raffia #D8C298

Tints of Raffia #D8C298

Color information

#D8C298 (or 0xD8C298) is unknown color: approx Raffia. HEX triplet: D8, C2 and 98. RGB value is (216,194,152). Sum of RGB (Red+Green+Blue) = 216+194+152=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C298 is #273D67. Grayscale: #C3C3C3. Windows color (decimal): -2571624 or 10011352. OLE color: 10011352.

HSL color Cylindrical-coordinate representation of color #D8C298: hue angle of 39.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8C298 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216194152-
CMYK00.100.300.15
HSL39.38º45.07%72.16%-
HSV(B)39.38º29.63%84.71%-
XYZ53.2855.4537.6-
YUV195.79103.29142.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=38.43%
G=34.52%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619415200.100.300.1539.3845.0772.16
HexD8C2980A1EF272d48
Octal33030223001236174755110
Binary110110001100001010011000010101111011111001111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C298; }

 p { color: rgb(216,194,152); }

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

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

 a { background-color: rgb(216,194,152); }

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

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

 span { border-color: rgb(216,194,152); }

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