#DFB098

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

Shades of Wax Flower #DFB098

Tints of Wax Flower #DFB098

Color information

#DFB098 (or 0xDFB098) is unknown color: approx Wax Flower. HEX triplet: DF, B0 and 98. RGB value is (223,176,152). Sum of RGB (Red+Green+Blue) = 223+176+152=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB098 is #204F67. Grayscale: #BBBBBB. Windows color (decimal): -2117480 or 10006751. OLE color: 10006751.

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

Color convert

RGB223176152-
CMYK00.210.320.13
HSL20.28º52.59%73.53%-
HSV(B)20.28º31.84%87.45%-
XYZ51.6249.0136.44-
YUV187.32108.07153.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=40.47%
G=31.94%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317615200.210.320.1320.2852.5973.53
HexDFB09801520D14354a
Octal33726023002540152465112
Binary1101111110110000100110000101011000001101101001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB098; }

 p { color: rgb(223,176,152); }

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

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

 a { background-color: rgb(223,176,152); }

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

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

 span { border-color: rgb(223,176,152); }

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