Html Css Color HEX #D7C097 Raffia

📋 copy color: '#D7C097'

red 215 ◦ green 192 ◦ blue 151

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

Shades of Raffia #D7C097

Tints of Raffia #D7C097

RGB

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

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

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

R = 38.53%
G = 34.41%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7C097 (or 0xD7C097) is known color: Raffia. HEX triplet: D7, C0 and 97. RGB value is (215,192,151). Sum of RGB (Red+Green+Blue) = 215+192+151=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C097 is #283F68. Grayscale: #C2C2C2. Windows color (decimal): -2637673 or 9945303. OLE color: 9945303.

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

Color convert

RGB 215 192 151 -
CMYK 0 0.11 0.30 0.16
HSL 38.44º 0.44% 0.72% -
HSV(B) 38.44º 0.3% 0.84% -
XYZ 52.46 54.38 37.01 -
YUV 194.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 215 192 151 0 0.11 0.30 0.16 38.44 0.44 0.72
Hex D7 C0 97 0 B 1E 10 26 2C 48
Octal 327 300 227 0 13 36 20 46 54 110
Binary 11010111 11000000 10010111 0 1011 11110 10000 100110 101100 1001000

Color Harmonies of #D7C097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C097

Black with #D7C097

Text Example


Text Example

White with #D7C097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C097; }

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

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

background-color css

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

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

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

border-color css

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

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

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