Html Css Color HEX #DBBA85 Burly Wood

📋 copy color: '#DBBA85'

red 219 ◦ green 186 ◦ blue 133

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

Shades of Burly Wood #DBBA85

Tints of Burly Wood #DBBA85

RGB

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

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

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

R = 40.71%
G = 34.57%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBBA85 (or 0xDBBA85) is known color: Burly Wood. HEX triplet: DB, BA and 85. RGB value is (219,186,133). Sum of RGB (Red+Green+Blue) = 219+186+133=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA85 is #24457A. Grayscale: #BEBEBE. Windows color (decimal): -2377083 or 8764123. OLE color: 8764123.

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

Color convert

RGB 219 186 133 -
CMYK 0 0.15 0.39 0.14
HSL 36.98º 0.54% 0.69% -
HSV(B) 36.98º 0.39% 0.86% -
XYZ 51.01 51.87 29.51 -
YUV 189.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 219 186 133 0 0.15 0.39 0.14 36.98 0.54 0.69
Hex DB BA 85 0 F 27 E 25 36 45
Octal 333 272 205 0 17 47 16 45 66 105
Binary 11011011 10111010 10000101 0 1111 100111 1110 100101 110110 1000101

Color Harmonies of #DBBA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA85

Black with #DBBA85

Text Example


Text Example

White with #DBBA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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