Html Css Color HEX #DBB680 Burly Wood

📋 copy color: '#DBB680'

red 219 ◦ green 182 ◦ blue 128

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

Shades of Burly Wood #DBB680

Tints of Burly Wood #DBB680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.2%

R = 41.4%
G = 34.4%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB680 (or 0xDBB680) is known color: Burly Wood. HEX triplet: DB, B6 and 80. RGB value is (219,182,128). Sum of RGB (Red+Green+Blue) = 219+182+128=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB680 is #24497F. Grayscale: #BBBBBB. Windows color (decimal): -2378112 or 8435419. OLE color: 8435419.

HSL color Cylindrical-coordinate representation of color #DBB680: hue angle of 35.6º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBB680 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 128 -
CMYK 0 0.17 0.42 0.14
HSL 35.6º 0.56% 0.68% -
HSV(B) 35.6º 0.42% 0.86% -
XYZ 49.84 50.07 27.46 -
YUV 186.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 219 182 128 0 0.17 0.42 0.14 35.6 0.56 0.68
Hex DB B6 80 0 11 2A E 24 38 44
Octal 333 266 200 0 21 52 16 44 70 104
Binary 11011011 10110110 10000000 0 10001 101010 1110 100100 111000 1000100

Color Harmonies of #DBB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB680

Black with #DBB680

Text Example


Text Example

White with #DBB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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