Html Css Color HEX #DCB783 Burly Wood

📋 copy color: '#DCB783'

red 220 ◦ green 183 ◦ blue 131

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

Shades of Burly Wood #DCB783

Tints of Burly Wood #DCB783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.53%

R = 41.2%
G = 34.27%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCB783 (or 0xDCB783) is known color: Burly Wood. HEX triplet: DC, B7 and 83. RGB value is (220,183,131). Sum of RGB (Red+Green+Blue) = 220+183+131=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB783 is #23487C. Grayscale: #BCBCBC. Windows color (decimal): -2312317 or 8632284. OLE color: 8632284.

HSL color Cylindrical-coordinate representation of color #DCB783: hue angle of 35.06º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB783 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 131 -
CMYK 0 0.17 0.40 0.14
HSL 35.06º 0.56% 0.69% -
HSV(B) 35.06º 0.4% 0.86% -
XYZ 50.55 50.72 28.6 -
YUV 188.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 220 183 131 0 0.17 0.40 0.14 35.06 0.56 0.69
Hex DC B7 83 0 11 28 E 23 38 45
Octal 334 267 203 0 21 50 16 43 70 105
Binary 11011100 10110111 10000011 0 10001 101000 1110 100011 111000 1000101

Color Harmonies of #DCB783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB783

Black with #DCB783

Text Example


Text Example

White with #DCB783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB783; }

 p { color: rgb(220,183,131); }

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

background-color css

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

 a { background-color: rgb(220,183,131); }

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

border-color css

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

 span { border-color: rgb(220,183,131); }

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