Html Css Color HEX #D8C395 Raffia

📋 copy color: '#D8C395'

red 216 ◦ green 195 ◦ blue 149

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

Shades of Raffia #D8C395

Tints of Raffia #D8C395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.61%

R = 38.57%
G = 34.82%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8C395 (or 0xD8C395) is known color: Raffia. HEX triplet: D8, C3 and 95. RGB value is (216,195,149). Sum of RGB (Red+Green+Blue) = 216+195+149=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C395 is #273C6A. Grayscale: #C4C4C4. Windows color (decimal): -2571371 or 9815000. OLE color: 9815000.

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

Color convert

RGB 216 195 149 -
CMYK 0 0.10 0.31 0.15
HSL 41.19º 0.46% 0.72% -
HSV(B) 41.19º 0.31% 0.85% -
XYZ 53.26 55.8 36.4 -
YUV 196.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 216 195 149 0 0.10 0.31 0.15 41.19 0.46 0.72
Hex D8 C3 95 0 A 1F F 29 2E 48
Octal 330 303 225 0 12 37 17 51 56 110
Binary 11011000 11000011 10010101 0 1010 11111 1111 101001 101110 1001000

Color Harmonies of #D8C395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C395

Black with #D8C395

Text Example


Text Example

White with #D8C395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C395; }

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

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

background-color css

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

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

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

border-color css

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

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

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