Html Css Color HEX #D8C097 Raffia

📋 copy color: '#D8C097'

red 216 ◦ green 192 ◦ blue 151

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

Shades of Raffia #D8C097

Tints of Raffia #D8C097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.01%

R = 38.64%
G = 34.35%
B = 27.01%

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

#D8C097 (or 0xD8C097) is known color: Raffia. HEX triplet: D8, C0 and 97. RGB value is (216,192,151). Sum of RGB (Red+Green+Blue) = 216+192+151=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C097 is #273F68. Grayscale: #C2C2C2. Windows color (decimal): -2572137 or 9945304. OLE color: 9945304.

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

Color convert

RGB 216 192 151 -
CMYK 0 0.11 0.30 0.15
HSL 37.85º 0.45% 0.72% -
HSV(B) 37.85º 0.3% 0.85% -
XYZ 52.75 54.53 37.02 -
YUV 194.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 216 192 151 0 0.11 0.30 0.15 37.85 0.45 0.72
Hex D8 C0 97 0 B 1E F 26 2D 48
Octal 330 300 227 0 13 36 17 46 55 110
Binary 11011000 11000000 10010111 0 1011 11110 1111 100110 101101 1001000

Color Harmonies of #D8C097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C097

Black with #D8C097

Text Example


Text Example

White with #D8C097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C097; }

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

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

background-color css

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

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

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

border-color css

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

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

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