Html Css Color HEX #D9C295 Raffia

📋 copy color: '#D9C295'

red 217 ◦ green 194 ◦ blue 149

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

Shades of Raffia #D9C295

Tints of Raffia #D9C295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

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

R = 38.75%
G = 34.64%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9C295 (or 0xD9C295) is known color: Raffia. HEX triplet: D9, C2 and 95. RGB value is (217,194,149). Sum of RGB (Red+Green+Blue) = 217+194+149=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C295 is #263D6A. Grayscale: #C3C3C3. Windows color (decimal): -2506091 or 9814745. OLE color: 9814745.

HSL color Cylindrical-coordinate representation of color #D9C295: hue angle of 39.71º 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 #D9C295 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 194 149 -
CMYK 0 0.11 0.31 0.15
HSL 39.71º 0.47% 0.72% -
HSV(B) 39.71º 0.31% 0.85% -
XYZ 53.33 55.51 36.34 -
YUV 195.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 217 194 149 0 0.11 0.31 0.15 39.71 0.47 0.72
Hex D9 C2 95 0 B 1F F 28 2F 48
Octal 331 302 225 0 13 37 17 50 57 110
Binary 11011001 11000010 10010101 0 1011 11111 1111 101000 101111 1001000

Color Harmonies of #D9C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C295

Black with #D9C295

Text Example


Text Example

White with #D9C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C295; }

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

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

background-color css

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

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

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

border-color css

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

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

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