Html Css Color HEX #D6C194 Raffia

📋 copy color: '#D6C194'

red 214 ◦ green 193 ◦ blue 148

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

Shades of Raffia #D6C194

Tints of Raffia #D6C194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 38.56%
G = 34.77%
B = 26.67%

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

#D6C194 (or 0xD6C194) is known color: Raffia. HEX triplet: D6, C1 and 94. RGB value is (214,193,148). Sum of RGB (Red+Green+Blue) = 214+193+148=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C194 is #293E6B. Grayscale: #C2C2C2. Windows color (decimal): -2702956 or 9748950. OLE color: 9748950.

HSL color Cylindrical-coordinate representation of color #D6C194: hue angle of 40.91º 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 #D6C194 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 148 -
CMYK 0 0.10 0.31 0.16
HSL 40.91º 0.45% 0.71% -
HSV(B) 40.91º 0.31% 0.84% -
XYZ 52.15 54.57 35.8 -
YUV 194.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 214 193 148 0 0.10 0.31 0.16 40.91 0.45 0.71
Hex D6 C1 94 0 A 1F 10 29 2D 47
Octal 326 301 224 0 12 37 20 51 55 107
Binary 11010110 11000001 10010100 0 1010 11111 10000 101001 101101 1000111

Color Harmonies of #D6C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C194

Black with #D6C194

Text Example


Text Example

White with #D6C194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C194; }

 p { color: rgb(214,193,148); }

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

background-color css

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

 a { background-color: rgb(214,193,148); }

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

border-color css

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

 span { border-color: rgb(214,193,148); }

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