Html Css Color HEX #D9C397 Raffia

📋 copy color: '#D9C397'

red 217 ◦ green 195 ◦ blue 151

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

Shades of Raffia #D9C397

Tints of Raffia #D9C397

RGB

 RED value IS 217 (85.16% from 255) = 38.54%

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

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

R = 38.54%
G = 34.64%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9C397 (or 0xD9C397) is known color: Raffia. HEX triplet: D9, C3 and 97. RGB value is (217,195,151). Sum of RGB (Red+Green+Blue) = 217+195+151=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C397 is #263C68. Grayscale: #C4C4C4. Windows color (decimal): -2505833 or 9946073. OLE color: 9946073.

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

Color convert

RGB 217 195 151 -
CMYK 0 0.10 0.30 0.15
HSL 40º 0.46% 0.72% -
HSV(B) 40º 0.3% 0.85% -
XYZ 53.72 56.02 37.26 -
YUV 196.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 217 195 151 0 0.10 0.30 0.15 40 0.46 0.72
Hex D9 C3 97 0 A 1E F 28 2E 48
Octal 331 303 227 0 12 36 17 50 56 110
Binary 11011001 11000011 10010111 0 1010 11110 1111 101000 101110 1001000

Color Harmonies of #D9C397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C397

Black with #D9C397

Text Example


Text Example

White with #D9C397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C397; }

 p { color: rgb(217,195,151); }

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

background-color css

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

 a { background-color: rgb(217,195,151); }

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

border-color css

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

 span { border-color: rgb(217,195,151); }

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