Html Css Color HEX #DBBA8B Burly Wood

📋 copy color: '#DBBA8B'

red 219 ◦ green 186 ◦ blue 139

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

Shades of Burly Wood #DBBA8B

Tints of Burly Wood #DBBA8B

RGB

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

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

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

R = 40.26%
G = 34.19%
B = 25.55%

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

#DBBA8B (or 0xDBBA8B) is known color: Burly Wood. HEX triplet: DB, BA and 8B. RGB value is (219,186,139). Sum of RGB (Red+Green+Blue) = 219+186+139=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA8B is #244574. Grayscale: #BEBEBE. Windows color (decimal): -2377077 or 9157339. OLE color: 9157339.

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

Color convert

RGB 219 186 139 -
CMYK 0 0.15 0.37 0.14
HSL 35.25º 0.53% 0.7% -
HSV(B) 35.25º 0.37% 0.86% -
XYZ 51.43 52.04 31.76 -
YUV 190.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 219 186 139 0 0.15 0.37 0.14 35.25 0.53 0.7
Hex DB BA 8B 0 F 25 E 23 35 46
Octal 333 272 213 0 17 45 16 43 65 106
Binary 11011011 10111010 10001011 0 1111 100101 1110 100011 110101 1000110

Color Harmonies of #DBBA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA8B

Black with #DBBA8B

Text Example


Text Example

White with #DBBA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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