Html Css Color HEX #D9C293 Raffia

📋 copy color: '#D9C293'

red 217 ◦ green 194 ◦ blue 147

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

Shades of Raffia #D9C293

Tints of Raffia #D9C293

RGB

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

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

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

R = 38.89%
G = 34.77%
B = 26.34%

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

#D9C293 (or 0xD9C293) is known color: Raffia. HEX triplet: D9, C2 and 93. RGB value is (217,194,147). Sum of RGB (Red+Green+Blue) = 217+194+147=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C293 is #263D6C. Grayscale: #C3C3C3. Windows color (decimal): -2506093 or 9683673. OLE color: 9683673.

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

Color convert

RGB 217 194 147 -
CMYK 0 0.11 0.32 0.15
HSL 40.29º 0.48% 0.71% -
HSV(B) 40.29º 0.32% 0.85% -
XYZ 53.17 55.44 35.5 -
YUV 195.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 217 194 147 0 0.11 0.32 0.15 40.29 0.48 0.71
Hex D9 C2 93 0 B 20 F 28 30 47
Octal 331 302 223 0 13 40 17 50 60 107
Binary 11011001 11000010 10010011 0 1011 100000 1111 101000 110000 1000111

Color Harmonies of #D9C293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C293

Black with #D9C293

Text Example


Text Example

White with #D9C293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C293; }

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

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

background-color css

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

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

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

border-color css

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

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

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