Html Css Color HEX #D9C093 Raffia

📋 copy color: '#D9C093'

red 217 ◦ green 192 ◦ blue 147

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

Shades of Raffia #D9C093

Tints of Raffia #D9C093

RGB

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

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

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

R = 39.03%
G = 34.53%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9C093 (or 0xD9C093) is known color: Raffia. HEX triplet: D9, C0 and 93. RGB value is (217,192,147). Sum of RGB (Red+Green+Blue) = 217+192+147=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C093 is #263F6C. Grayscale: #C2C2C2. Windows color (decimal): -2506605 or 9683161. OLE color: 9683161.

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

Color convert

RGB 217 192 147 -
CMYK 0 0.12 0.32 0.15
HSL 38.57º 0.48% 0.71% -
HSV(B) 38.57º 0.32% 0.85% -
XYZ 52.73 54.56 35.36 -
YUV 194.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 217 192 147 0 0.12 0.32 0.15 38.57 0.48 0.71
Hex D9 C0 93 0 C 20 F 27 30 47
Octal 331 300 223 0 14 40 17 47 60 107
Binary 11011001 11000000 10010011 0 1100 100000 1111 100111 110000 1000111

Color Harmonies of #D9C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C093

Black with #D9C093

Text Example


Text Example

White with #D9C093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C093; }

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

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

background-color css

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

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

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

border-color css

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

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

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