Html Css Color HEX #DBB681 Burly Wood

📋 copy color: '#DBB681'

red 219 ◦ green 182 ◦ blue 129

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

Shades of Burly Wood #DBB681

Tints of Burly Wood #DBB681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.34%

R = 41.32%
G = 34.34%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBB681 (or 0xDBB681) is known color: Burly Wood. HEX triplet: DB, B6 and 81. RGB value is (219,182,129). Sum of RGB (Red+Green+Blue) = 219+182+129=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB681 is #24497E. Grayscale: #BBBBBB. Windows color (decimal): -2378111 or 8500955. OLE color: 8500955.

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

Color convert

RGB 219 182 129 -
CMYK 0 0.17 0.41 0.14
HSL 35.33º 0.56% 0.68% -
HSV(B) 35.33º 0.41% 0.86% -
XYZ 49.9 50.1 27.81 -
YUV 187.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 219 182 129 0 0.17 0.41 0.14 35.33 0.56 0.68
Hex DB B6 81 0 11 29 E 23 38 44
Octal 333 266 201 0 21 51 16 43 70 104
Binary 11011011 10110110 10000001 0 10001 101001 1110 100011 111000 1000100

Color Harmonies of #DBB681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB681

Black with #DBB681

Text Example


Text Example

White with #DBB681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB681; }

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

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

background-color css

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

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

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

border-color css

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

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

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