Html Css Color HEX #DFB09B Wax Flower

📋 copy color: '#DFB09B'

red 223 ◦ green 176 ◦ blue 155

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

Shades of Wax Flower #DFB09B

Tints of Wax Flower #DFB09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.98%

R = 40.25%
G = 31.77%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFB09B (or 0xDFB09B) is known color: Wax Flower. HEX triplet: DF, B0 and 9B. RGB value is (223,176,155). Sum of RGB (Red+Green+Blue) = 223+176+155=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB09B is #204F64. Grayscale: #BBBBBB. Windows color (decimal): -2117477 or 10203359. OLE color: 10203359.

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

Color convert

RGB 223 176 155 -
CMYK 0 0.21 0.30 0.13
HSL 18.53º 0.52% 0.74% -
HSV(B) 18.53º 0.3% 0.87% -
XYZ 51.87 49.11 37.75 -
YUV 187.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 223 176 155 0 0.21 0.30 0.13 18.53 0.52 0.74
Hex DF B0 9B 0 15 1E D 13 34 4A
Octal 337 260 233 0 25 36 15 23 64 112
Binary 11011111 10110000 10011011 0 10101 11110 1101 10011 110100 1001010

Color Harmonies of #DFB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB09B

Black with #DFB09B

Text Example


Text Example

White with #DFB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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