Html Css Color HEX #DBB582 Burly Wood

📋 copy color: '#DBB582'

red 219 ◦ green 181 ◦ blue 130

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

Shades of Burly Wood #DBB582

Tints of Burly Wood #DBB582

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 41.32%
G = 34.15%
B = 24.53%

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

#DBB582 (or 0xDBB582) is known color: Burly Wood. HEX triplet: DB, B5 and 82. RGB value is (219,181,130). Sum of RGB (Red+Green+Blue) = 219+181+130=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB582 is #244A7D. Grayscale: #BABABA. Windows color (decimal): -2378366 or 8566235. OLE color: 8566235.

HSL color Cylindrical-coordinate representation of color #DBB582: hue angle of 34.38º 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 #DBB582 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 130 -
CMYK 0 0.17 0.41 0.14
HSL 34.38º 0.55% 0.68% -
HSV(B) 34.38º 0.41% 0.86% -
XYZ 49.77 49.72 28.09 -
YUV 186.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 219 181 130 0 0.17 0.41 0.14 34.38 0.55 0.68
Hex DB B5 82 0 11 29 E 22 37 44
Octal 333 265 202 0 21 51 16 42 67 104
Binary 11011011 10110101 10000010 0 10001 101001 1110 100010 110111 1000100

Color Harmonies of #DBB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB582

Black with #DBB582

Text Example


Text Example

White with #DBB582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB582; }

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

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

background-color css

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

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

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

border-color css

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

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

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