Html Css Color HEX #DBB77F Burly Wood

📋 copy color: '#DBB77F'

red 219 ◦ green 183 ◦ blue 127

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

Shades of Burly Wood #DBB77F

Tints of Burly Wood #DBB77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.59%

 BLUE value IS 127 (50% from 255) = 24.01%

R = 41.4%
G = 34.59%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB77F (or 0xDBB77F) is known color: Burly Wood. HEX triplet: DB, B7 and 7F. RGB value is (219,183,127). Sum of RGB (Red+Green+Blue) = 219+183+127=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB77F is #244880. Grayscale: #BBBBBB. Windows color (decimal): -2377857 or 8370139. OLE color: 8370139.

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

Color convert

RGB 219 183 127 -
CMYK 0 0.16 0.42 0.14
HSL 36.52º 0.56% 0.68% -
HSV(B) 36.52º 0.42% 0.86% -
XYZ 49.98 50.46 27.18 -
YUV 187.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 219 183 127 0 0.16 0.42 0.14 36.52 0.56 0.68
Hex DB B7 7F 0 10 2A E 25 38 44
Octal 333 267 177 0 20 52 16 45 70 104
Binary 11011011 10110111 1111111 0 10000 101010 1110 100101 111000 1000100

Color Harmonies of #DBB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB77F

Black with #DBB77F

Text Example


Text Example

White with #DBB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB77F; }

 p { color: rgb(219,183,127); }

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

background-color css

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

 a { background-color: rgb(219,183,127); }

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

border-color css

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

 span { border-color: rgb(219,183,127); }

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