Html Css Color HEX #D9C095 Raffia

📋 copy color: '#D9C095'

red 217 ◦ green 192 ◦ blue 149

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

Shades of Raffia #D9C095

Tints of Raffia #D9C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.41%

 BLUE value IS 149 (58.59% from 255) = 26.7%

R = 38.89%
G = 34.41%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9C095 (or 0xD9C095) is known color: Raffia. HEX triplet: D9, C0 and 95. RGB value is (217,192,149). Sum of RGB (Red+Green+Blue) = 217+192+149=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C095 is #263F6A. Grayscale: #C2C2C2. Windows color (decimal): -2506603 or 9814233. OLE color: 9814233.

HSL color Cylindrical-coordinate representation of color #D9C095: hue angle of 37.94º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9C095 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 192 149 -
CMYK 0 0.12 0.31 0.15
HSL 37.94º 0.47% 0.72% -
HSV(B) 37.94º 0.31% 0.85% -
XYZ 52.89 54.62 36.19 -
YUV 194.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 217 192 149 0 0.12 0.31 0.15 37.94 0.47 0.72
Hex D9 C0 95 0 C 1F F 26 2F 48
Octal 331 300 225 0 14 37 17 46 57 110
Binary 11011001 11000000 10010101 0 1100 11111 1111 100110 101111 1001000

Color Harmonies of #D9C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C095

Black with #D9C095

Text Example


Text Example

White with #D9C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C095; }

 p { color: rgb(217,192,149); }

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

background-color css

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

 a { background-color: rgb(217,192,149); }

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

border-color css

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

 span { border-color: rgb(217,192,149); }

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