Html Css Color HEX #DBB682 Burly Wood

📋 copy color: '#DBB682'

red 219 ◦ green 182 ◦ blue 130

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

Shades of Burly Wood #DBB682

Tints of Burly Wood #DBB682

RGB

 RED value IS 219 (85.94% from 255) = 41.24%

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

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

R = 41.24%
G = 34.27%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBB682 (or 0xDBB682) is known color: Burly Wood. HEX triplet: DB, B6 and 82. RGB value is (219,182,130). Sum of RGB (Red+Green+Blue) = 219+182+130=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB682 is #24497D. Grayscale: #BBBBBB. Windows color (decimal): -2378110 or 8566491. OLE color: 8566491.

HSL color Cylindrical-coordinate representation of color #DBB682: hue angle of 35.06º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBB682 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 130 -
CMYK 0 0.17 0.41 0.14
HSL 35.06º 0.55% 0.68% -
HSV(B) 35.06º 0.41% 0.86% -
XYZ 49.97 50.13 28.16 -
YUV 187.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 219 182 130 0 0.17 0.41 0.14 35.06 0.55 0.68
Hex DB B6 82 0 11 29 E 23 37 44
Octal 333 266 202 0 21 51 16 43 67 104
Binary 11011011 10110110 10000010 0 10001 101001 1110 100011 110111 1000100

Color Harmonies of #DBB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB682

Black with #DBB682

Text Example


Text Example

White with #DBB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB682; }

 p { color: rgb(219,182,130); }

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

background-color css

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

 a { background-color: rgb(219,182,130); }

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

border-color css

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

 span { border-color: rgb(219,182,130); }

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