#DFB19A

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

Shades of Wax Flower #DFB19A

Tints of Wax Flower #DFB19A

Color information

#DFB19A (or 0xDFB19A) is unknown color: approx Wax Flower. HEX triplet: DF, B1 and 9A. RGB value is (223,177,154). Sum of RGB (Red+Green+Blue) = 223+177+154=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB19A is #204E65. Grayscale: #BCBCBC. Windows color (decimal): -2117222 or 10138079. OLE color: 10138079.

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

Color convert

RGB223177154-
CMYK00.210.310.13
HSL20º51.88%73.92%-
HSV(B)20º30.94%87.45%-
XYZ51.9949.4737.38-
YUV188.13108.74152.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=40.25%
G=31.95%
B=27.80%

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
Decimal22317715400.210.310.132051.8873.92
HexDFB19A0151FD14344a
Octal33726123202537152464112
Binary110111111011000110011010010101111111101101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB19A; }

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

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

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

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

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

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

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

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