Html Css Color HEX #DBBB86 Burly Wood

📋 copy color: '#DBBB86'

red 219 ◦ green 187 ◦ blue 134

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

Shades of Burly Wood #DBBB86

Tints of Burly Wood #DBBB86

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 134 (52.73% from 255) = 24.81%

R = 40.56%
G = 34.63%
B = 24.81%

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

#DBBB86 (or 0xDBBB86) is known color: Burly Wood. HEX triplet: DB, BB and 86. RGB value is (219,187,134). Sum of RGB (Red+Green+Blue) = 219+187+134=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB86 is #244479. Grayscale: #BEBEBE. Windows color (decimal): -2376826 or 8829915. OLE color: 8829915.

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

Color convert

RGB 219 187 134 -
CMYK 0 0.15 0.39 0.14
HSL 37.41º 0.54% 0.69% -
HSV(B) 37.41º 0.39% 0.86% -
XYZ 51.29 52.32 29.95 -
YUV 190.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 219 187 134 0 0.15 0.39 0.14 37.41 0.54 0.69
Hex DB BB 86 0 F 27 E 25 36 45
Octal 333 273 206 0 17 47 16 45 66 105
Binary 11011011 10111011 10000110 0 1111 100111 1110 100101 110110 1000101

Color Harmonies of #DBBB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB86

Black with #DBBB86

Text Example


Text Example

White with #DBBB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB86; }

 p { color: rgb(219,187,134); }

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

background-color css

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

 a { background-color: rgb(219,187,134); }

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

border-color css

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

 span { border-color: rgb(219,187,134); }

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