Html Css Color HEX #DFB19A Wax Flower

📋 copy color: '#DFB19A'

red 223 ◦ green 177 ◦ blue 154

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

Shades of Wax Flower #DFB19A

Tints of Wax Flower #DFB19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.8%

R = 40.25%
G = 31.95%
B = 27.8%

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

#DFB19A (or 0xDFB19A) is known color: Wax Flower. HEX triplet: DF, B1 and 9A. RGB value is (223,177,154). Sum of RGB (Red+Green+Blue) = 223+177+154=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB19A is #204E65. Grayscale: #BCBCBC. Windows color (decimal): -2117222 or 10138079. OLE color: 10138079.

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

Color convert

RGB 223 177 154 -
CMYK 0 0.21 0.31 0.13
HSL 20º 0.52% 0.74% -
HSV(B) 20º 0.31% 0.87% -
XYZ 51.99 49.47 37.38 -
YUV 188.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 223 177 154 0 0.21 0.31 0.13 20 0.52 0.74
Hex DF B1 9A 0 15 1F D 14 34 4A
Octal 337 261 232 0 25 37 15 24 64 112
Binary 11011111 10110001 10011010 0 10101 11111 1101 10100 110100 1001010

Color Harmonies of #DFB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB19A

Black with #DFB19A

Text Example


Text Example

White with #DFB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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