#D6BF96

Color #D6BF96 Raffia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raffia #D6BF96

Tints of Raffia #D6BF96

Color information

#D6BF96 (or 0xD6BF96) is unknown color: approx Raffia. HEX triplet: D6, BF and 96. RGB value is (214,191,150). Sum of RGB (Red+Green+Blue) = 214+191+150=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF96 is #294069. Grayscale: #C1C1C1. Windows color (decimal): -2703466 or 9879510. OLE color: 9879510.

HSL color Cylindrical-coordinate representation of color #D6BF96: hue angle of 38.44º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6BF96 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214191150-
CMYK00.110.300.16
HSL38.44º43.84%71.37%-
HSV(B)38.44º29.91%83.92%-
XYZ51.8753.7636.5-
YUV193.2103.62142.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=38.56%
G=34.41%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419115000.110.300.1638.4443.8471.37
HexD6BF960B1E10262c47
Octal32627722601336204654107
Binary1101011010111111100101100101111110100001001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BF96; }

 p { color: rgb(214,191,150); }

 H1.HeaderClassName
 {
   color: #D6BF96;
 }
 .AnyTagClassName
 {
   color: #D6BF96;
 }
</style>
background-color css

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

 a { background-color: rgb(214,191,150); }

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

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

 span { border-color: rgb(214,191,150); }

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