Html Css Color HEX #DFB29B Wax Flower

📋 copy color: '#DFB29B'

red 223 ◦ green 178 ◦ blue 155

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

Shades of Wax Flower #DFB29B

Tints of Wax Flower #DFB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.01%

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

R = 40.11%
G = 32.01%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFB29B (or 0xDFB29B) is known color: Wax Flower. HEX triplet: DF, B2 and 9B. RGB value is (223,178,155). Sum of RGB (Red+Green+Blue) = 223+178+155=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB29B is #204D64. Grayscale: #BCBCBC. Windows color (decimal): -2116965 or 10203871. OLE color: 10203871.

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

Color convert

RGB 223 178 155 -
CMYK 0 0.20 0.30 0.13
HSL 20.29º 0.52% 0.74% -
HSV(B) 20.29º 0.3% 0.87% -
XYZ 52.27 49.9 37.89 -
YUV 188.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 223 178 155 0 0.20 0.30 0.13 20.29 0.52 0.74
Hex DF B2 9B 0 14 1E D 14 34 4A
Octal 337 262 233 0 24 36 15 24 64 112
Binary 11011111 10110010 10011011 0 10100 11110 1101 10100 110100 1001010

Color Harmonies of #DFB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB29B

Black with #DFB29B

Text Example


Text Example

White with #DFB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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