Html Css Color HEX #D7C197 Raffia

📋 copy color: '#D7C197'

red 215 ◦ green 193 ◦ blue 151

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

Shades of Raffia #D7C197

Tints of Raffia #D7C197

RGB

 RED value IS 215 (84.38% from 255) = 38.46%

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

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

R = 38.46%
G = 34.53%
B = 27.01%

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

#D7C197 (or 0xD7C197) is known color: Raffia. HEX triplet: D7, C1 and 97. RGB value is (215,193,151). Sum of RGB (Red+Green+Blue) = 215+193+151=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C197 is #283E68. Grayscale: #C2C2C2. Windows color (decimal): -2637417 or 9945559. OLE color: 9945559.

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

Color convert

RGB 215 193 151 -
CMYK 0 0.10 0.30 0.16
HSL 39.38º 0.44% 0.72% -
HSV(B) 39.38º 0.3% 0.84% -
XYZ 52.68 54.82 37.08 -
YUV 194.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 215 193 151 0 0.10 0.30 0.16 39.38 0.44 0.72
Hex D7 C1 97 0 A 1E 10 27 2C 48
Octal 327 301 227 0 12 36 20 47 54 110
Binary 11010111 11000001 10010111 0 1010 11110 10000 100111 101100 1001000

Color Harmonies of #D7C197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C197

Black with #D7C197

Text Example


Text Example

White with #D7C197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C197; }

 p { color: rgb(215,193,151); }

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

background-color css

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

 a { background-color: rgb(215,193,151); }

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

border-color css

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

 span { border-color: rgb(215,193,151); }

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