Html Css Color HEX #DFB685 Burly Wood

📋 copy color: '#DFB685'

red 223 ◦ green 182 ◦ blue 133

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

Shades of Burly Wood #DFB685

Tints of Burly Wood #DFB685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.83%

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

R = 41.45%
G = 33.83%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFB685 (or 0xDFB685) is known color: Burly Wood. HEX triplet: DF, B6 and 85. RGB value is (223,182,133). Sum of RGB (Red+Green+Blue) = 223+182+133=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB685 is #20497A. Grayscale: #BCBCBC. Windows color (decimal): -2115963 or 8763103. OLE color: 8763103.

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

Color convert

RGB 223 182 133 -
CMYK 0 0.18 0.40 0.13
HSL 32.67º 0.58% 0.7% -
HSV(B) 32.67º 0.4% 0.87% -
XYZ 51.39 50.84 29.29 -
YUV 188.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 223 182 133 0 0.18 0.40 0.13 32.67 0.58 0.7
Hex DF B6 85 0 12 28 D 21 3A 46
Octal 337 266 205 0 22 50 15 41 72 106
Binary 11011111 10110110 10000101 0 10010 101000 1101 100001 111010 1000110

Color Harmonies of #DFB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB685

Black with #DFB685

Text Example


Text Example

White with #DFB685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB685; }

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

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

background-color css

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

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

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

border-color css

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

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

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