Html Css Color HEX #D7C4A5 Raffia

📋 copy color: '#D7C4A5'

red 215 ◦ green 196 ◦ blue 165

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

Shades of Raffia #D7C4A5

Tints of Raffia #D7C4A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.65%

R = 37.33%
G = 34.03%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D7C4A5 (or 0xD7C4A5) is known color: Raffia. HEX triplet: D7, C4 and A5. RGB value is (215,196,165). Sum of RGB (Red+Green+Blue) = 215+196+165=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C4A5 is #283B5A. Grayscale: #C6C6C6. Windows color (decimal): -2636635 or 10863831. OLE color: 10863831.

HSL color Cylindrical-coordinate representation of color #D7C4A5: hue angle of 37.2º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7C4A5 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 196 165 -
CMYK 0 0.09 0.23 0.16
HSL 37.2º 0.38% 0.75% -
HSV(B) 37.2º 0.23% 0.84% -
XYZ 54.56 56.64 43.66 -
YUV 198.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 215 196 165 0 0.09 0.23 0.16 37.2 0.38 0.75
Hex D7 C4 A5 0 9 17 10 25 26 4B
Octal 327 304 245 0 11 27 20 45 46 113
Binary 11010111 11000100 10100101 0 1001 10111 10000 100101 100110 1001011

Color Harmonies of #D7C4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C4A5

Black with #D7C4A5

Text Example


Text Example

White with #D7C4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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