Html Css Color HEX #DFB482 Burly Wood

📋 copy color: '#DFB482'

red 223 ◦ green 180 ◦ blue 130

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

Shades of Burly Wood #DFB482

Tints of Burly Wood #DFB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.77%

 BLUE value IS 130 (51.17% from 255) = 24.39%

R = 41.84%
G = 33.77%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DFB482 (or 0xDFB482) is known color: Burly Wood. HEX triplet: DF, B4 and 82. RGB value is (223,180,130). Sum of RGB (Red+Green+Blue) = 223+180+130=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB482 is #204B7D. Grayscale: #BBBBBB. Windows color (decimal): -2116478 or 8565983. OLE color: 8565983.

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

Color convert

RGB 223 180 130 -
CMYK 0 0.19 0.42 0.13
HSL 32.26º 0.59% 0.69% -
HSV(B) 32.26º 0.42% 0.87% -
XYZ 50.78 49.94 28.08 -
YUV 187.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 223 180 130 0 0.19 0.42 0.13 32.26 0.59 0.69
Hex DF B4 82 0 13 2A D 20 3B 45
Octal 337 264 202 0 23 52 15 40 73 105
Binary 11011111 10110100 10000010 0 10011 101010 1101 100000 111011 1000101

Color Harmonies of #DFB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB482

Black with #DFB482

Text Example


Text Example

White with #DFB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB482; }

 p { color: rgb(223,180,130); }

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

background-color css

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

 a { background-color: rgb(223,180,130); }

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

border-color css

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

 span { border-color: rgb(223,180,130); }

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