Html Css Color HEX #D6C195 Raffia

📋 copy color: '#D6C195'

red 214 ◦ green 193 ◦ blue 149

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

Shades of Raffia #D6C195

Tints of Raffia #D6C195

RGB

 RED value IS 214 (83.98% from 255) = 38.49%

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

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

R = 38.49%
G = 34.71%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6C195 (or 0xD6C195) is known color: Raffia. HEX triplet: D6, C1 and 95. RGB value is (214,193,149). Sum of RGB (Red+Green+Blue) = 214+193+149=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C195 is #293E6A. Grayscale: #C2C2C2. Windows color (decimal): -2702955 or 9814486. OLE color: 9814486.

HSL color Cylindrical-coordinate representation of color #D6C195: hue angle of 40.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6C195 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 149 -
CMYK 0 0.10 0.30 0.16
HSL 40.62º 0.44% 0.71% -
HSV(B) 40.62º 0.3% 0.84% -
XYZ 52.23 54.61 36.22 -
YUV 194.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 214 193 149 0 0.10 0.30 0.16 40.62 0.44 0.71
Hex D6 C1 95 0 A 1E 10 29 2C 47
Octal 326 301 225 0 12 36 20 51 54 107
Binary 11010110 11000001 10010101 0 1010 11110 10000 101001 101100 1000111

Color Harmonies of #D6C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C195

Black with #D6C195

Text Example


Text Example

White with #D6C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C195; }

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

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

background-color css

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

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

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

border-color css

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

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

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