Html Css Color HEX #DBB882 Burly Wood

📋 copy color: '#DBB882'

red 219 ◦ green 184 ◦ blue 130

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

Shades of Burly Wood #DBB882

Tints of Burly Wood #DBB882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.39%

R = 41.09%
G = 34.52%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBB882 (or 0xDBB882) is known color: Burly Wood. HEX triplet: DB, B8 and 82. RGB value is (219,184,130). Sum of RGB (Red+Green+Blue) = 219+184+130=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB882 is #24477D. Grayscale: #BCBCBC. Windows color (decimal): -2377598 or 8567003. OLE color: 8567003.

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

Color convert

RGB 219 184 130 -
CMYK 0 0.16 0.41 0.14
HSL 36.4º 0.55% 0.68% -
HSV(B) 36.4º 0.41% 0.86% -
XYZ 50.38 50.95 28.3 -
YUV 188.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 219 184 130 0 0.16 0.41 0.14 36.4 0.55 0.68
Hex DB B8 82 0 10 29 E 24 37 44
Octal 333 270 202 0 20 51 16 44 67 104
Binary 11011011 10111000 10000010 0 10000 101001 1110 100100 110111 1000100

Color Harmonies of #DBB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB882

Black with #DBB882

Text Example


Text Example

White with #DBB882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB882; }

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

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

background-color css

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

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

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

border-color css

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

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

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