Html Css Color HEX #D7C396 Raffia

📋 copy color: '#D7C396'

red 215 ◦ green 195 ◦ blue 150

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

Shades of Raffia #D7C396

Tints of Raffia #D7C396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.82%

 BLUE value IS 150 (58.98% from 255) = 26.79%

R = 38.39%
G = 34.82%
B = 26.79%

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

#D7C396 (or 0xD7C396) is known color: Raffia. HEX triplet: D7, C3 and 96. RGB value is (215,195,150). Sum of RGB (Red+Green+Blue) = 215+195+150=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C396 is #283C69. Grayscale: #C4C4C4. Windows color (decimal): -2636906 or 9880535. OLE color: 9880535.

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

Color convert

RGB 215 195 150 -
CMYK 0 0.09 0.30 0.16
HSL 41.54º 0.45% 0.72% -
HSV(B) 41.54º 0.3% 0.84% -
XYZ 53.04 55.68 36.81 -
YUV 195.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 215 195 150 0 0.09 0.30 0.16 41.54 0.45 0.72
Hex D7 C3 96 0 9 1E 10 2A 2D 48
Octal 327 303 226 0 11 36 20 52 55 110
Binary 11010111 11000011 10010110 0 1001 11110 10000 101010 101101 1001000

Color Harmonies of #D7C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C396

Black with #D7C396

Text Example


Text Example

White with #D7C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C396; }

 p { color: rgb(215,195,150); }

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

background-color css

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

 a { background-color: rgb(215,195,150); }

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

border-color css

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

 span { border-color: rgb(215,195,150); }

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