Html Css Color HEX #DFBA84 Burly Wood

📋 copy color: '#DFBA84'

red 223 ◦ green 186 ◦ blue 132

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

Shades of Burly Wood #DFBA84

Tints of Burly Wood #DFBA84

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.38%

 BLUE value IS 132 (51.95% from 255) = 24.4%

R = 41.22%
G = 34.38%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DFBA84 (or 0xDFBA84) is known color: Burly Wood. HEX triplet: DF, BA and 84. RGB value is (223,186,132). Sum of RGB (Red+Green+Blue) = 223+186+132=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA84 is #20457B. Grayscale: #BFBFBF. Windows color (decimal): -2114940 or 8698591. OLE color: 8698591.

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

Color convert

RGB 223 186 132 -
CMYK 0 0.17 0.41 0.13
HSL 35.6º 0.59% 0.7% -
HSV(B) 35.6º 0.41% 0.87% -
XYZ 52.16 52.47 29.21 -
YUV 190.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 223 186 132 0 0.17 0.41 0.13 35.6 0.59 0.7
Hex DF BA 84 0 11 29 D 24 3B 46
Octal 337 272 204 0 21 51 15 44 73 106
Binary 11011111 10111010 10000100 0 10001 101001 1101 100100 111011 1000110

Color Harmonies of #DFBA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA84

Black with #DFBA84

Text Example


Text Example

White with #DFBA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA84; }

 p { color: rgb(223,186,132); }

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

background-color css

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

 a { background-color: rgb(223,186,132); }

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

border-color css

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

 span { border-color: rgb(223,186,132); }

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