Html Css Color HEX #D6C294 Raffia

📋 copy color: '#D6C294'

red 214 ◦ green 194 ◦ blue 148

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

Shades of Raffia #D6C294

Tints of Raffia #D6C294

RGB

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

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

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

R = 38.49%
G = 34.89%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6C294 (or 0xD6C294) is known color: Raffia. HEX triplet: D6, C2 and 94. RGB value is (214,194,148). Sum of RGB (Red+Green+Blue) = 214+194+148=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C294 is #293D6B. Grayscale: #C2C2C2. Windows color (decimal): -2702700 or 9749206. OLE color: 9749206.

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

Color convert

RGB 214 194 148 -
CMYK 0 0.09 0.31 0.16
HSL 41.82º 0.45% 0.71% -
HSV(B) 41.82º 0.31% 0.84% -
XYZ 52.37 55.02 35.88 -
YUV 194.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 214 194 148 0 0.09 0.31 0.16 41.82 0.45 0.71
Hex D6 C2 94 0 9 1F 10 2A 2D 47
Octal 326 302 224 0 11 37 20 52 55 107
Binary 11010110 11000010 10010100 0 1001 11111 10000 101010 101101 1000111

Color Harmonies of #D6C294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C294

Black with #D6C294

Text Example


Text Example

White with #D6C294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C294; }

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

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

background-color css

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

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

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

border-color css

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

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

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