Html Css Color HEX #DFBA8A Burly Wood

📋 copy color: '#DFBA8A'

red 223 ◦ green 186 ◦ blue 138

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

Shades of Burly Wood #DFBA8A

Tints of Burly Wood #DFBA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.23%

R = 40.77%
G = 34%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DFBA8A (or 0xDFBA8A) is known color: Burly Wood. HEX triplet: DF, BA and 8A. RGB value is (223,186,138). Sum of RGB (Red+Green+Blue) = 223+186+138=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA8A is #204575. Grayscale: #BFBFBF. Windows color (decimal): -2114934 or 9091807. OLE color: 9091807.

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

Color convert

RGB 223 186 138 -
CMYK 0 0.17 0.38 0.13
HSL 33.88º 0.57% 0.71% -
HSV(B) 33.88º 0.38% 0.87% -
XYZ 52.58 52.64 31.43 -
YUV 191.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 223 186 138 0 0.17 0.38 0.13 33.88 0.57 0.71
Hex DF BA 8A 0 11 26 D 22 39 47
Octal 337 272 212 0 21 46 15 42 71 107
Binary 11011111 10111010 10001010 0 10001 100110 1101 100010 111001 1000111

Color Harmonies of #DFBA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA8A

Black with #DFBA8A

Text Example


Text Example

White with #DFBA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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