Html Css Color HEX #D6C09F Raffia

📋 copy color: '#D6C09F'

red 214 ◦ green 192 ◦ blue 159

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

Shades of Raffia #D6C09F

Tints of Raffia #D6C09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.14%

R = 37.88%
G = 33.98%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6C09F (or 0xD6C09F) is known color: Raffia. HEX triplet: D6, C0 and 9F. RGB value is (214,192,159). Sum of RGB (Red+Green+Blue) = 214+192+159=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C09F is #293F60. Grayscale: #C2C2C2. Windows color (decimal): -2703201 or 10469590. OLE color: 10469590.

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

Color convert

RGB 214 192 159 -
CMYK 0 0.10 0.26 0.16
HSL 36º 0.4% 0.73% -
HSV(B) 36º 0.26% 0.84% -
XYZ 52.84 54.5 40.54 -
YUV 194.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 214 192 159 0 0.10 0.26 0.16 36 0.4 0.73
Hex D6 C0 9F 0 A 1A 10 24 28 49
Octal 326 300 237 0 12 32 20 44 50 111
Binary 11010110 11000000 10011111 0 1010 11010 10000 100100 101000 1001001

Color Harmonies of #D6C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C09F

Black with #D6C09F

Text Example


Text Example

White with #D6C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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