Html Css Color HEX #DBBB89 Burly Wood

📋 copy color: '#DBBB89'

red 219 ◦ green 187 ◦ blue 137

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

Shades of Burly Wood #DBBB89

Tints of Burly Wood #DBBB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.23%

R = 40.33%
G = 34.44%
B = 25.23%

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

#DBBB89 (or 0xDBBB89) is known color: Burly Wood. HEX triplet: DB, BB and 89. RGB value is (219,187,137). Sum of RGB (Red+Green+Blue) = 219+187+137=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB89 is #244476. Grayscale: #BFBFBF. Windows color (decimal): -2376823 or 9026523. OLE color: 9026523.

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

Color convert

RGB 219 187 137 -
CMYK 0 0.15 0.37 0.14
HSL 36.59º 0.53% 0.7% -
HSV(B) 36.59º 0.37% 0.86% -
XYZ 51.5 52.41 31.07 -
YUV 190.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 219 187 137 0 0.15 0.37 0.14 36.59 0.53 0.7
Hex DB BB 89 0 F 25 E 25 35 46
Octal 333 273 211 0 17 45 16 45 65 106
Binary 11011011 10111011 10001001 0 1111 100101 1110 100101 110101 1000110

Color Harmonies of #DBBB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB89

Black with #DBBB89

Text Example


Text Example

White with #DBBB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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