Html Css Color HEX #DBB885 Burly Wood

📋 copy color: '#DBB885'

red 219 ◦ green 184 ◦ blue 133

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

Shades of Burly Wood #DBB885

Tints of Burly Wood #DBB885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.33%

 BLUE value IS 133 (52.34% from 255) = 24.81%

R = 40.86%
G = 34.33%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBB885 (or 0xDBB885) is known color: Burly Wood. HEX triplet: DB, B8 and 85. RGB value is (219,184,133). Sum of RGB (Red+Green+Blue) = 219+184+133=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB885 is #24477A. Grayscale: #BCBCBC. Windows color (decimal): -2377595 or 8763611. OLE color: 8763611.

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

Color convert

RGB 219 184 133 -
CMYK 0 0.16 0.39 0.14
HSL 35.58º 0.54% 0.69% -
HSV(B) 35.58º 0.39% 0.86% -
XYZ 50.59 51.03 29.37 -
YUV 188.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 219 184 133 0 0.16 0.39 0.14 35.58 0.54 0.69
Hex DB B8 85 0 10 27 E 24 36 45
Octal 333 270 205 0 20 47 16 44 66 105
Binary 11011011 10111000 10000101 0 10000 100111 1110 100100 110110 1000101

Color Harmonies of #DBB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB885

Black with #DBB885

Text Example


Text Example

White with #DBB885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB885; }

 p { color: rgb(219,184,133); }

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

background-color css

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

 a { background-color: rgb(219,184,133); }

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

border-color css

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

 span { border-color: rgb(219,184,133); }

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