Html Css Color HEX #DBBA88 Burly Wood

📋 copy color: '#DBBA88'

red 219 ◦ green 186 ◦ blue 136

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

Shades of Burly Wood #DBBA88

Tints of Burly Wood #DBBA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.14%

R = 40.48%
G = 34.38%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBBA88 (or 0xDBBA88) is known color: Burly Wood. HEX triplet: DB, BA and 88. RGB value is (219,186,136). Sum of RGB (Red+Green+Blue) = 219+186+136=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA88 is #244577. Grayscale: #BEBEBE. Windows color (decimal): -2377080 or 8960731. OLE color: 8960731.

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

Color convert

RGB 219 186 136 -
CMYK 0 0.15 0.38 0.14
HSL 36.14º 0.54% 0.7% -
HSV(B) 36.14º 0.38% 0.86% -
XYZ 51.22 51.96 30.62 -
YUV 190.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 219 186 136 0 0.15 0.38 0.14 36.14 0.54 0.7
Hex DB BA 88 0 F 26 E 24 36 46
Octal 333 272 210 0 17 46 16 44 66 106
Binary 11011011 10111010 10001000 0 1111 100110 1110 100100 110110 1000110

Color Harmonies of #DBBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA88

Black with #DBBA88

Text Example


Text Example

White with #DBBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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