Html Css Color HEX #DFB098 Wax Flower

📋 copy color: '#DFB098'

red 223 ◦ green 176 ◦ blue 152

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

Shades of Wax Flower #DFB098

Tints of Wax Flower #DFB098

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 value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFB098 (or 0xDFB098) is known color: 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

RGB 223 176 152 -
CMYK 0 0.21 0.32 0.13
HSL 20.28º 0.53% 0.74% -
HSV(B) 20.28º 0.32% 0.87% -
XYZ 51.62 49.01 36.44 -
YUV 187.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 223 176 152 0 0.21 0.32 0.13 20.28 0.53 0.74
Hex DF B0 98 0 15 20 D 14 35 4A
Octal 337 260 230 0 25 40 15 24 65 112
Binary 11011111 10110000 10011000 0 10101 100000 1101 10100 110101 1001010

Color Harmonies of #DFB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB098

Black with #DFB098

Text Example


Text Example

White with #DFB098

Text Example


Text Example

HTML Codes & Css Web 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>