Html Css Color HEX #DCBE8D Burly Wood

📋 copy color: '#DCBE8D'

red 220 ◦ green 190 ◦ blue 141

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

Shades of Burly Wood #DCBE8D

Tints of Burly Wood #DCBE8D

RGB

 RED value IS 220 (86.33% from 255) = 39.93%

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

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 39.93%
G = 34.48%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCBE8D (or 0xDCBE8D) is known color: Burly Wood. HEX triplet: DC, BE and 8D. RGB value is (220,190,141). Sum of RGB (Red+Green+Blue) = 220+190+141=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE8D is #234172. Grayscale: #C1C1C1. Windows color (decimal): -2310515 or 9289436. OLE color: 9289436.

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

Color convert

RGB 220 190 141 -
CMYK 0 0.14 0.36 0.14
HSL 37.22º 0.53% 0.71% -
HSV(B) 37.22º 0.36% 0.86% -
XYZ 52.74 53.97 32.84 -
YUV 193.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 220 190 141 0 0.14 0.36 0.14 37.22 0.53 0.71
Hex DC BE 8D 0 E 24 E 25 35 47
Octal 334 276 215 0 16 44 16 45 65 107
Binary 11011100 10111110 10001101 0 1110 100100 1110 100101 110101 1000111

Color Harmonies of #DCBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE8D

Black with #DCBE8D

Text Example


Text Example

White with #DCBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE8D; }

 p { color: rgb(220,190,141); }

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

background-color css

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

 a { background-color: rgb(220,190,141); }

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

border-color css

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

 span { border-color: rgb(220,190,141); }

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