Html Css Color HEX #DBBE8C Burly Wood

📋 copy color: '#DBBE8C'

red 219 ◦ green 190 ◦ blue 140

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

Shades of Burly Wood #DBBE8C

Tints of Burly Wood #DBBE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.61%

 BLUE value IS 140 (55.08% from 255) = 25.5%

R = 39.89%
G = 34.61%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBBE8C (or 0xDBBE8C) is known color: Burly Wood. HEX triplet: DB, BE and 8C. RGB value is (219,190,140). Sum of RGB (Red+Green+Blue) = 219+190+140=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE8C is #244173. Grayscale: #C1C1C1. Windows color (decimal): -2376052 or 9223899. OLE color: 9223899.

HSL color Cylindrical-coordinate representation of color #DBBE8C: hue angle of 37.97º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBBE8C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 140 -
CMYK 0 0.13 0.36 0.14
HSL 37.97º 0.52% 0.7% -
HSV(B) 37.97º 0.36% 0.86% -
XYZ 52.36 53.78 32.43 -
YUV 192.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 219 190 140 0 0.13 0.36 0.14 37.97 0.52 0.7
Hex DB BE 8C 0 D 24 E 26 34 46
Octal 333 276 214 0 15 44 16 46 64 106
Binary 11011011 10111110 10001100 0 1101 100100 1110 100110 110100 1000110

Color Harmonies of #DBBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE8C

Black with #DBBE8C

Text Example


Text Example

White with #DBBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE8C; }

 p { color: rgb(219,190,140); }

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

background-color css

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

 a { background-color: rgb(219,190,140); }

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

border-color css

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

 span { border-color: rgb(219,190,140); }

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