#DFC99B

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

Shades of Raffia #DFC99B

Tints of Raffia #DFC99B

Color information

#DFC99B (or 0xDFC99B) is unknown color: approx Raffia. HEX triplet: DF, C9 and 9B. RGB value is (223,201,155). Sum of RGB (Red+Green+Blue) = 223+201+155=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC99B is #203664. Grayscale: #CACACA. Windows color (decimal): -2111077 or 10209759. OLE color: 10209759.

HSL color Cylindrical-coordinate representation of color #DFC99B: hue angle of 40.59º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC99B is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223201155-
CMYK00.100.300.13
HSL40.59º51.52%74.12%-
HSV(B)40.59º30.49%87.45%-
XYZ57.2359.8339.54-
YUV202.33101.29142.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 155 (60.94% from 255) = 26.77%
R=38.51%
G=34.72%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320115500.100.300.1340.5951.5274.12
HexDFC99B0A1ED29344a
Octal33731123301236155164112
Binary110111111100100110011011010101111011011010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC99B; }

 p { color: rgb(223,201,155); }

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

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

 a { background-color: rgb(223,201,155); }

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

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

 span { border-color: rgb(223,201,155); }

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