Html Css Color HEX #DFB885 Burly Wood

📋 copy color: '#DFB885'

red 223 ◦ green 184 ◦ blue 133

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

Shades of Burly Wood #DFB885

Tints of Burly Wood #DFB885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.07%

 BLUE value IS 133 (52.34% from 255) = 24.63%

R = 41.3%
G = 34.07%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFB885 (or 0xDFB885) is known color: Burly Wood. HEX triplet: DF, B8 and 85. RGB value is (223,184,133). Sum of RGB (Red+Green+Blue) = 223+184+133=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB885 is #20477A. Grayscale: #BEBEBE. Windows color (decimal): -2115451 or 8763615. OLE color: 8763615.

HSL color Cylindrical-coordinate representation of color #DFB885: hue angle of 34º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFB885 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 184 133 -
CMYK 0 0.17 0.40 0.13
HSL 34º 0.58% 0.7% -
HSV(B) 34º 0.4% 0.87% -
XYZ 51.81 51.66 29.43 -
YUV 189.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 223 184 133 0 0.17 0.40 0.13 34 0.58 0.7
Hex DF B8 85 0 11 28 D 22 3A 46
Octal 337 270 205 0 21 50 15 42 72 106
Binary 11011111 10111000 10000101 0 10001 101000 1101 100010 111010 1000110

Color Harmonies of #DFB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB885

Black with #DFB885

Text Example


Text Example

White with #DFB885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB885; }

 p { color: rgb(223,184,133); }

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

background-color css

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

 a { background-color: rgb(223,184,133); }

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

border-color css

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

 span { border-color: rgb(223,184,133); }

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