Html Css Color HEX #DFB49E Wax Flower

📋 copy color: '#DFB49E'

red 223 ◦ green 180 ◦ blue 158

#DFB49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #DFB49E

Tints of Wax Flower #DFB49E

RGB

 RED value IS 223 (87.5% from 255) = 39.75%

 GREEN value IS 180 (70.7% from 255) = 32.09%

 BLUE value IS 158 (62.11% from 255) = 28.16%

R = 39.75%
G = 32.09%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DFB49E (or 0xDFB49E) is known color: Wax Flower. HEX triplet: DF, B4 and 9E. RGB value is (223,180,158). Sum of RGB (Red+Green+Blue) = 223+180+158=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB49E is #204B61. Grayscale: #BEBEBE. Windows color (decimal): -2116450 or 10400991. OLE color: 10400991.

HSL color Cylindrical-coordinate representation of color #DFB49E: hue angle of 20.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB49E is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 158 -
CMYK 0 0.19 0.29 0.13
HSL 20.31º 0.5% 0.75% -
HSV(B) 20.31º 0.29% 0.87% -
XYZ 52.92 50.8 39.36 -
YUV 190.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 223 180 158 0 0.19 0.29 0.13 20.31 0.5 0.75
Hex DF B4 9E 0 13 1D D 14 32 4B
Octal 337 264 236 0 23 35 15 24 62 113
Binary 11011111 10110100 10011110 0 10011 11101 1101 10100 110010 1001011

Color Harmonies of #DFB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB49E

Black with #DFB49E

Text Example


Text Example

White with #DFB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB49E; }

 p { color: rgb(223,180,158); }

 H1.HeaderClassName
 {
   color: #DFB49E;
 }
 .AnyTagClassName
 {
   color: #DFB49E;
 }
</style>

background-color css

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

 a { background-color: rgb(223,180,158); }

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

border-color css

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

 span { border-color: rgb(223,180,158); }

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