#DFB199

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

Shades of Wax Flower #DFB199

Tints of Wax Flower #DFB199

Color information

#DFB199 (or 0xDFB199) is unknown color: approx Wax Flower. HEX triplet: DF, B1 and 99. RGB value is (223,177,153). Sum of RGB (Red+Green+Blue) = 223+177+153=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB199 is #204E66. Grayscale: #BCBCBC. Windows color (decimal): -2117223 or 10072543. OLE color: 10072543.

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

Color convert

RGB223177153-
CMYK00.210.310.13
HSL20.57º52.24%73.73%-
HSV(B)20.57º31.39%87.45%-
XYZ51.949.4336.94-
YUV188.02108.24152.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=40.33%
G=32.01%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317715300.210.310.1320.5752.2473.73
HexDFB1990151FD15344a
Octal33726123102537152564112
Binary110111111011000110011001010101111111101101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB199; }

 p { color: rgb(223,177,153); }

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

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

 a { background-color: rgb(223,177,153); }

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

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

 span { border-color: rgb(223,177,153); }

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