Html Css Color HEX #DBB685 Burly Wood

📋 copy color: '#DBB685'

red 219 ◦ green 182 ◦ blue 133

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

Shades of Burly Wood #DBB685

Tints of Burly Wood #DBB685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.08%

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

R = 41.01%
G = 34.08%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBB685 (or 0xDBB685) is known color: Burly Wood. HEX triplet: DB, B6 and 85. RGB value is (219,182,133). Sum of RGB (Red+Green+Blue) = 219+182+133=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB685 is #24497A. Grayscale: #BBBBBB. Windows color (decimal): -2378107 or 8763099. OLE color: 8763099.

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

Color convert

RGB 219 182 133 -
CMYK 0 0.17 0.39 0.14
HSL 34.19º 0.54% 0.69% -
HSV(B) 34.19º 0.39% 0.86% -
XYZ 50.18 50.21 29.24 -
YUV 187.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 219 182 133 0 0.17 0.39 0.14 34.19 0.54 0.69
Hex DB B6 85 0 11 27 E 22 36 45
Octal 333 266 205 0 21 47 16 42 66 105
Binary 11011011 10110110 10000101 0 10001 100111 1110 100010 110110 1000101

Color Harmonies of #DBB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB685

Black with #DBB685

Text Example


Text Example

White with #DBB685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB685; }

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

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

background-color css

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

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

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

border-color css

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

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

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