#DFB29B

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

Shades of Wax Flower #DFB29B

Tints of Wax Flower #DFB29B

Color information

#DFB29B (or 0xDFB29B) is unknown color: approx Wax Flower. HEX triplet: DF, B2 and 9B. RGB value is (223,178,155). Sum of RGB (Red+Green+Blue) = 223+178+155=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB29B is #204D64. Grayscale: #BCBCBC. Windows color (decimal): -2116965 or 10203871. OLE color: 10203871.

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

Color convert

RGB223178155-
CMYK00.200.300.13
HSL20.29º51.52%74.12%-
HSV(B)20.29º30.49%87.45%-
XYZ52.2749.937.89-
YUV188.83108.91152.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=40.11%
G=32.01%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317815500.200.300.1320.2951.5274.12
HexDFB29B0141ED14344a
Octal33726223302436152464112
Binary110111111011001010011011010100111101101101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB29B; }

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

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

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

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

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

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

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

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