Html Css Color HEX #DFB19B Wax Flower

📋 copy color: '#DFB19B'

red 223 ◦ green 177 ◦ blue 155

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

Shades of Wax Flower #DFB19B

Tints of Wax Flower #DFB19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.89%

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

R = 40.18%
G = 31.89%
B = 27.93%

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

#DFB19B (or 0xDFB19B) is known color: Wax Flower. HEX triplet: DF, B1 and 9B. RGB value is (223,177,155). Sum of RGB (Red+Green+Blue) = 223+177+155=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB19B is #204E64. Grayscale: #BCBCBC. Windows color (decimal): -2117221 or 10203615. OLE color: 10203615.

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

Color convert

RGB 223 177 155 -
CMYK 0 0.21 0.30 0.13
HSL 19.41º 0.52% 0.74% -
HSV(B) 19.41º 0.3% 0.87% -
XYZ 52.07 49.5 37.82 -
YUV 188.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 223 177 155 0 0.21 0.30 0.13 19.41 0.52 0.74
Hex DF B1 9B 0 15 1E D 13 34 4A
Octal 337 261 233 0 25 36 15 23 64 112
Binary 11011111 10110001 10011011 0 10101 11110 1101 10011 110100 1001010

Color Harmonies of #DFB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB19B

Black with #DFB19B

Text Example


Text Example

White with #DFB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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