Html Css Color HEX #D6C09B Raffia

📋 copy color: '#D6C09B'

red 214 ◦ green 192 ◦ blue 155

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

Shades of Raffia #D6C09B

Tints of Raffia #D6C09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.63%

R = 38.15%
G = 34.22%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6C09B (or 0xD6C09B) is known color: Raffia. HEX triplet: D6, C0 and 9B. RGB value is (214,192,155). Sum of RGB (Red+Green+Blue) = 214+192+155=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C09B is #293F64. Grayscale: #C2C2C2. Windows color (decimal): -2703205 or 10207446. OLE color: 10207446.

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

Color convert

RGB 214 192 155 -
CMYK 0 0.10 0.28 0.16
HSL 37.63º 0.42% 0.72% -
HSV(B) 37.63º 0.28% 0.84% -
XYZ 52.5 54.36 38.74 -
YUV 194.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 214 192 155 0 0.10 0.28 0.16 37.63 0.42 0.72
Hex D6 C0 9B 0 A 1C 10 26 2A 48
Octal 326 300 233 0 12 34 20 46 52 110
Binary 11010110 11000000 10011011 0 1010 11100 10000 100110 101010 1001000

Color Harmonies of #D6C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C09B

Black with #D6C09B

Text Example


Text Example

White with #D6C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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