Html Css Color HEX #D6C097 Raffia

📋 copy color: '#D6C097'

red 214 ◦ green 192 ◦ blue 151

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

Shades of Raffia #D6C097

Tints of Raffia #D6C097

RGB

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

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

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

R = 38.42%
G = 34.47%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6C097 (or 0xD6C097) is known color: Raffia. HEX triplet: D6, C0 and 97. RGB value is (214,192,151). Sum of RGB (Red+Green+Blue) = 214+192+151=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C097 is #293F68. Grayscale: #C2C2C2. Windows color (decimal): -2703209 or 9945302. OLE color: 9945302.

HSL color Cylindrical-coordinate representation of color #D6C097: hue angle of 39.05º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6C097 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 151 -
CMYK 0 0.10 0.29 0.16
HSL 39.05º 0.43% 0.72% -
HSV(B) 39.05º 0.29% 0.84% -
XYZ 52.17 54.23 37 -
YUV 193.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 214 192 151 0 0.10 0.29 0.16 39.05 0.43 0.72
Hex D6 C0 97 0 A 1D 10 27 2B 48
Octal 326 300 227 0 12 35 20 47 53 110
Binary 11010110 11000000 10010111 0 1010 11101 10000 100111 101011 1001000

Color Harmonies of #D6C097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C097

Black with #D6C097

Text Example


Text Example

White with #D6C097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C097; }

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

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

background-color css

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

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

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

border-color css

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

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

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