Html Css Color HEX #D7C497 Raffia

📋 copy color: '#D7C497'

red 215 ◦ green 196 ◦ blue 151

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

Shades of Raffia #D7C497

Tints of Raffia #D7C497

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.88%

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

R = 38.26%
G = 34.88%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7C497 (or 0xD7C497) is known color: Raffia. HEX triplet: D7, C4 and 97. RGB value is (215,196,151). Sum of RGB (Red+Green+Blue) = 215+196+151=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C497 is #283B68. Grayscale: #C4C4C4. Windows color (decimal): -2636649 or 9946327. OLE color: 9946327.

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

Color convert

RGB 215 196 151 -
CMYK 0 0.09 0.30 0.16
HSL 42.19º 0.44% 0.72% -
HSV(B) 42.19º 0.3% 0.84% -
XYZ 53.35 56.16 37.31 -
YUV 196.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 215 196 151 0 0.09 0.30 0.16 42.19 0.44 0.72
Hex D7 C4 97 0 9 1E 10 2A 2C 48
Octal 327 304 227 0 11 36 20 52 54 110
Binary 11010111 11000100 10010111 0 1001 11110 10000 101010 101100 1001000

Color Harmonies of #D7C497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C497

Black with #D7C497

Text Example


Text Example

White with #D7C497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C497; }

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

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

background-color css

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

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

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

border-color css

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

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

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