Html Css Color HEX #DBB481 Burly Wood

📋 copy color: '#DBB481'

red 219 ◦ green 180 ◦ blue 129

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

Shades of Burly Wood #DBB481

Tints of Burly Wood #DBB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.09%

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

R = 41.48%
G = 34.09%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBB481 (or 0xDBB481) is known color: Burly Wood. HEX triplet: DB, B4 and 81. RGB value is (219,180,129). Sum of RGB (Red+Green+Blue) = 219+180+129=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB481 is #244B7E. Grayscale: #BABABA. Windows color (decimal): -2378623 or 8500443. OLE color: 8500443.

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

Color convert

RGB 219 180 129 -
CMYK 0 0.18 0.41 0.14
HSL 34º 0.56% 0.68% -
HSV(B) 34º 0.41% 0.86% -
XYZ 49.5 49.29 27.67 -
YUV 185.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 219 180 129 0 0.18 0.41 0.14 34 0.56 0.68
Hex DB B4 81 0 12 29 E 22 38 44
Octal 333 264 201 0 22 51 16 42 70 104
Binary 11011011 10110100 10000001 0 10010 101001 1110 100010 111000 1000100

Color Harmonies of #DBB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB481

Black with #DBB481

Text Example


Text Example

White with #DBB481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB481; }

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

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

background-color css

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

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

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

border-color css

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

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

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