Html Css Color HEX #DBBB8B Burly Wood

📋 copy color: '#DBBB8B'

red 219 ◦ green 187 ◦ blue 139

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

Shades of Burly Wood #DBBB8B

Tints of Burly Wood #DBBB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 40.18%
G = 34.31%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBBB8B (or 0xDBBB8B) is known color: Burly Wood. HEX triplet: DB, BB and 8B. RGB value is (219,187,139). Sum of RGB (Red+Green+Blue) = 219+187+139=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB8B is #244474. Grayscale: #BFBFBF. Windows color (decimal): -2376821 or 9157595. OLE color: 9157595.

HSL color Cylindrical-coordinate representation of color #DBBB8B: hue angle of 36º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBBB8B is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 139 -
CMYK 0 0.15 0.37 0.14
HSL 36º 0.53% 0.7% -
HSV(B) 36º 0.37% 0.86% -
XYZ 51.64 52.46 31.83 -
YUV 191.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 219 187 139 0 0.15 0.37 0.14 36 0.53 0.7
Hex DB BB 8B 0 F 25 E 24 35 46
Octal 333 273 213 0 17 45 16 44 65 106
Binary 11011011 10111011 10001011 0 1111 100101 1110 100100 110101 1000110

Color Harmonies of #DBBB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB8B

Black with #DBBB8B

Text Example


Text Example

White with #DBBB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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