Html Css Color HEX #D6C09C Raffia

📋 copy color: '#D6C09C'

red 214 ◦ green 192 ◦ blue 156

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

Shades of Raffia #D6C09C

Tints of Raffia #D6C09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.76%

R = 38.08%
G = 34.16%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6C09C (or 0xD6C09C) is known color: Raffia. HEX triplet: D6, C0 and 9C. RGB value is (214,192,156). Sum of RGB (Red+Green+Blue) = 214+192+156=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C09C is #293F63. Grayscale: #C2C2C2. Windows color (decimal): -2703204 or 10272982. OLE color: 10272982.

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

Color convert

RGB 214 192 156 -
CMYK 0 0.10 0.27 0.16
HSL 37.24º 0.41% 0.73% -
HSV(B) 37.24º 0.27% 0.84% -
XYZ 52.58 54.4 39.18 -
YUV 194.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 214 192 156 0 0.10 0.27 0.16 37.24 0.41 0.73
Hex D6 C0 9C 0 A 1B 10 25 29 49
Octal 326 300 234 0 12 33 20 45 51 111
Binary 11010110 11000000 10011100 0 1010 11011 10000 100101 101001 1001001

Color Harmonies of #D6C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C09C

Black with #D6C09C

Text Example


Text Example

White with #D6C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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