Html Css Color HEX #D8C098 Raffia

📋 copy color: '#D8C098'

red 216 ◦ green 192 ◦ blue 152

#D8C098
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raffia #D8C098

Tints of Raffia #D8C098

RGB

 RED value IS 216 (84.77% from 255) = 38.57%

 GREEN value IS 192 (75.39% from 255) = 34.29%

 BLUE value IS 152 (59.77% from 255) = 27.14%

R = 38.57%
G = 34.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8C098 (or 0xD8C098) is known color: Raffia. HEX triplet: D8, C0 and 98. RGB value is (216,192,152). Sum of RGB (Red+Green+Blue) = 216+192+152=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C098 is #273F67. Grayscale: #C2C2C2. Windows color (decimal): -2572136 or 10010840. OLE color: 10010840.

HSL color Cylindrical-coordinate representation of color #D8C098: hue angle of 37.5º 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 #D8C098 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 192 152 -
CMYK 0 0.11 0.30 0.15
HSL 37.5º 0.45% 0.72% -
HSV(B) 37.5º 0.3% 0.85% -
XYZ 52.84 54.57 37.45 -
YUV 194.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 216 192 152 0 0.11 0.30 0.15 37.5 0.45 0.72
Hex D8 C0 98 0 B 1E F 26 2D 48
Octal 330 300 230 0 13 36 17 46 55 110
Binary 11011000 11000000 10011000 0 1011 11110 1111 100110 101101 1001000

Color Harmonies of #D8C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C098

Black with #D8C098

Text Example


Text Example

White with #D8C098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C098; }

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

 H1.HeaderClassName
 {
   color: #D8C098;
 }
 .AnyTagClassName
 {
   color: #D8C098;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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