Html Css Color HEX #D9C193 Raffia

📋 copy color: '#D9C193'

red 217 ◦ green 193 ◦ blue 147

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

Shades of Raffia #D9C193

Tints of Raffia #D9C193

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.65%

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 38.96%
G = 34.65%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9C193 (or 0xD9C193) is known color: Raffia. HEX triplet: D9, C1 and 93. RGB value is (217,193,147). Sum of RGB (Red+Green+Blue) = 217+193+147=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C193 is #263E6C. Grayscale: #C3C3C3. Windows color (decimal): -2506349 or 9683417. OLE color: 9683417.

HSL color Cylindrical-coordinate representation of color #D9C193: hue angle of 39.43º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9C193 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 147 -
CMYK 0 0.11 0.32 0.15
HSL 39.43º 0.48% 0.71% -
HSV(B) 39.43º 0.32% 0.85% -
XYZ 52.95 55 35.43 -
YUV 194.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 217 193 147 0 0.11 0.32 0.15 39.43 0.48 0.71
Hex D9 C1 93 0 B 20 F 27 30 47
Octal 331 301 223 0 13 40 17 47 60 107
Binary 11011001 11000001 10010011 0 1011 100000 1111 100111 110000 1000111

Color Harmonies of #D9C193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C193

Black with #D9C193

Text Example


Text Example

White with #D9C193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C193; }

 p { color: rgb(217,193,147); }

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

background-color css

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

 a { background-color: rgb(217,193,147); }

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

border-color css

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

 span { border-color: rgb(217,193,147); }

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