Html Css Color HEX #D6C397 Raffia

📋 copy color: '#D6C397'

red 214 ◦ green 195 ◦ blue 151

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

Shades of Raffia #D6C397

Tints of Raffia #D6C397

RGB

 RED value IS 214 (83.98% from 255) = 38.21%

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

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

R = 38.21%
G = 34.82%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6C397 (or 0xD6C397) is known color: Raffia. HEX triplet: D6, C3 and 97. RGB value is (214,195,151). Sum of RGB (Red+Green+Blue) = 214+195+151=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C397 is #293C68. Grayscale: #C3C3C3. Windows color (decimal): -2702441 or 9946070. OLE color: 9946070.

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

Color convert

RGB 214 195 151 -
CMYK 0 0.09 0.29 0.16
HSL 41.9º 0.43% 0.72% -
HSV(B) 41.9º 0.29% 0.84% -
XYZ 52.83 55.56 37.22 -
YUV 195.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 214 195 151 0 0.09 0.29 0.16 41.9 0.43 0.72
Hex D6 C3 97 0 9 1D 10 2A 2B 48
Octal 326 303 227 0 11 35 20 52 53 110
Binary 11010110 11000011 10010111 0 1001 11101 10000 101010 101011 1001000

Color Harmonies of #D6C397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C397

Black with #D6C397

Text Example


Text Example

White with #D6C397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C397; }

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

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

background-color css

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

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

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

border-color css

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

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

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