#DFC69B

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

Shades of Raffia #DFC69B

Tints of Raffia #DFC69B

Color information

#DFC69B (or 0xDFC69B) is unknown color: approx Raffia. HEX triplet: DF, C6 and 9B. RGB value is (223,198,155). Sum of RGB (Red+Green+Blue) = 223+198+155=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC69B is #203964. Grayscale: #C8C8C8. Windows color (decimal): -2111845 or 10208991. OLE color: 10208991.

HSL color Cylindrical-coordinate representation of color #DFC69B: hue angle of 37.94º 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 #DFC69B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223198155-
CMYK00.110.300.13
HSL37.94º51.52%74.12%-
HSV(B)37.94º30.49%87.45%-
XYZ56.5458.4439.31-
YUV200.57102.28144-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 155 (60.94% from 255) = 26.91%
R=38.72%
G=34.38%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319815500.110.300.1337.9451.5274.12
HexDFC69B0B1ED26344a
Octal33730623301336154664112
Binary110111111100011010011011010111111011011001101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC69B; }

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

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

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

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

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

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

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

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