Html Css Color HEX #D6C093 Raffia

📋 copy color: '#D6C093'

red 214 ◦ green 192 ◦ blue 147

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

Shades of Raffia #D6C093

Tints of Raffia #D6C093

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

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

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

R = 38.7%
G = 34.72%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6C093 (or 0xD6C093) is known color: Raffia. HEX triplet: D6, C0 and 93. RGB value is (214,192,147). Sum of RGB (Red+Green+Blue) = 214+192+147=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C093 is #293F6C. Grayscale: #C1C1C1. Windows color (decimal): -2703213 or 9683158. OLE color: 9683158.

HSL color Cylindrical-coordinate representation of color #D6C093: hue angle of 40.3º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6C093 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 147 -
CMYK 0 0.10 0.31 0.16
HSL 40.3º 0.45% 0.71% -
HSV(B) 40.3º 0.31% 0.84% -
XYZ 51.85 54.1 35.31 -
YUV 193.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 214 192 147 0 0.10 0.31 0.16 40.3 0.45 0.71
Hex D6 C0 93 0 A 1F 10 28 2D 47
Octal 326 300 223 0 12 37 20 50 55 107
Binary 11010110 11000000 10010011 0 1010 11111 10000 101000 101101 1000111

Color Harmonies of #D6C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C093

Black with #D6C093

Text Example


Text Example

White with #D6C093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C093; }

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

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

background-color css

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

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

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

border-color css

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

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

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