Html Css Color HEX #D8C397 Raffia

📋 copy color: '#D8C397'

red 216 ◦ green 195 ◦ blue 151

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

Shades of Raffia #D8C397

Tints of Raffia #D8C397

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.7%

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

R = 38.43%
G = 34.7%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8C397 (or 0xD8C397) is known color: Raffia. HEX triplet: D8, C3 and 97. RGB value is (216,195,151). Sum of RGB (Red+Green+Blue) = 216+195+151=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C397 is #273C68. Grayscale: #C4C4C4. Windows color (decimal): -2571369 or 9946072. OLE color: 9946072.

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

Color convert

RGB 216 195 151 -
CMYK 0 0.10 0.30 0.15
HSL 40.62º 0.45% 0.72% -
HSV(B) 40.62º 0.3% 0.85% -
XYZ 53.42 55.86 37.25 -
YUV 196.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 216 195 151 0 0.10 0.30 0.15 40.62 0.45 0.72
Hex D8 C3 97 0 A 1E F 29 2D 48
Octal 330 303 227 0 12 36 17 51 55 110
Binary 11011000 11000011 10010111 0 1010 11110 1111 101001 101101 1001000

Color Harmonies of #D8C397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C397

Black with #D8C397

Text Example


Text Example

White with #D8C397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C397; }

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

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

background-color css

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

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

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

border-color css

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

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

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