Html Css Color HEX #DBB785 Burly Wood

📋 copy color: '#DBB785'

red 219 ◦ green 183 ◦ blue 133

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

Shades of Burly Wood #DBB785

Tints of Burly Wood #DBB785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.21%

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 40.93%
G = 34.21%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBB785 (or 0xDBB785) is known color: Burly Wood. HEX triplet: DB, B7 and 85. RGB value is (219,183,133). Sum of RGB (Red+Green+Blue) = 219+183+133=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB785 is #24487A. Grayscale: #BCBCBC. Windows color (decimal): -2377851 or 8763355. OLE color: 8763355.

HSL color Cylindrical-coordinate representation of color #DBB785: hue angle of 34.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBB785 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 133 -
CMYK 0 0.16 0.39 0.14
HSL 34.88º 0.54% 0.69% -
HSV(B) 34.88º 0.39% 0.86% -
XYZ 50.38 50.62 29.31 -
YUV 188.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 219 183 133 0 0.16 0.39 0.14 34.88 0.54 0.69
Hex DB B7 85 0 10 27 E 23 36 45
Octal 333 267 205 0 20 47 16 43 66 105
Binary 11011011 10110111 10000101 0 10000 100111 1110 100011 110110 1000101

Color Harmonies of #DBB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB785

Black with #DBB785

Text Example


Text Example

White with #DBB785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB785; }

 p { color: rgb(219,183,133); }

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

background-color css

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

 a { background-color: rgb(219,183,133); }

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

border-color css

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

 span { border-color: rgb(219,183,133); }

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