Html Css Color HEX #D8C393 Raffia

📋 copy color: '#D8C393'

red 216 ◦ green 195 ◦ blue 147

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

Shades of Raffia #D8C393

Tints of Raffia #D8C393

RGB

 RED value IS 216 (84.77% from 255) = 38.71%

 GREEN value IS 195 (76.56% from 255) = 34.95%

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

R = 38.71%
G = 34.95%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8C393 (or 0xD8C393) is known color: Raffia. HEX triplet: D8, C3 and 93. RGB value is (216,195,147). Sum of RGB (Red+Green+Blue) = 216+195+147=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C393 is #273C6C. Grayscale: #C4C4C4. Windows color (decimal): -2571373 or 9683928. OLE color: 9683928.

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

Color convert

RGB 216 195 147 -
CMYK 0 0.10 0.32 0.15
HSL 41.74º 0.47% 0.71% -
HSV(B) 41.74º 0.32% 0.85% -
XYZ 53.1 55.74 35.56 -
YUV 195.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 216 195 147 0 0.10 0.32 0.15 41.74 0.47 0.71
Hex D8 C3 93 0 A 20 F 2A 2F 47
Octal 330 303 223 0 12 40 17 52 57 107
Binary 11011000 11000011 10010011 0 1010 100000 1111 101010 101111 1000111

Color Harmonies of #D8C393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C393

Black with #D8C393

Text Example


Text Example

White with #D8C393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C393; }

 p { color: rgb(216,195,147); }

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

background-color css

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

 a { background-color: rgb(216,195,147); }

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

border-color css

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

 span { border-color: rgb(216,195,147); }

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