Html Css Color HEX #D8C195 Raffia

📋 copy color: '#D8C195'

red 216 ◦ green 193 ◦ blue 149

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

Shades of Raffia #D8C195

Tints of Raffia #D8C195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.59%

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

R = 38.71%
G = 34.59%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8C195 (or 0xD8C195) is known color: Raffia. HEX triplet: D8, C1 and 95. RGB value is (216,193,149). Sum of RGB (Red+Green+Blue) = 216+193+149=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C195 is #273E6A. Grayscale: #C3C3C3. Windows color (decimal): -2571883 or 9814488. OLE color: 9814488.

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

Color convert

RGB 216 193 149 -
CMYK 0 0.11 0.31 0.15
HSL 39.4º 0.46% 0.72% -
HSV(B) 39.4º 0.31% 0.85% -
XYZ 52.81 54.91 36.25 -
YUV 194.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 216 193 149 0 0.11 0.31 0.15 39.4 0.46 0.72
Hex D8 C1 95 0 B 1F F 27 2E 48
Octal 330 301 225 0 13 37 17 47 56 110
Binary 11011000 11000001 10010101 0 1011 11111 1111 100111 101110 1001000

Color Harmonies of #D8C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C195

Black with #D8C195

Text Example


Text Example

White with #D8C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C195; }

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

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

background-color css

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

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

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

border-color css

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

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

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