Html Css Color HEX #DFB099 Wax Flower

📋 copy color: '#DFB099'

red 223 ◦ green 176 ◦ blue 153

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

Shades of Wax Flower #DFB099

Tints of Wax Flower #DFB099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.88%

 BLUE value IS 153 (60.16% from 255) = 27.72%

R = 40.4%
G = 31.88%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFB099 (or 0xDFB099) is known color: Wax Flower. HEX triplet: DF, B0 and 99. RGB value is (223,176,153). Sum of RGB (Red+Green+Blue) = 223+176+153=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB099 is #204F66. Grayscale: #BBBBBB. Windows color (decimal): -2117479 or 10072287. OLE color: 10072287.

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

Color convert

RGB 223 176 153 -
CMYK 0 0.21 0.31 0.13
HSL 19.71º 0.52% 0.74% -
HSV(B) 19.71º 0.31% 0.87% -
XYZ 51.71 49.04 36.88 -
YUV 187.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 223 176 153 0 0.21 0.31 0.13 19.71 0.52 0.74
Hex DF B0 99 0 15 1F D 14 34 4A
Octal 337 260 231 0 25 37 15 24 64 112
Binary 11011111 10110000 10011001 0 10101 11111 1101 10100 110100 1001010

Color Harmonies of #DFB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB099

Black with #DFB099

Text Example


Text Example

White with #DFB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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