Html Css Color HEX #DCB583 Burly Wood

📋 copy color: '#DCB583'

red 220 ◦ green 181 ◦ blue 131

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

Shades of Burly Wood #DCB583

Tints of Burly Wood #DCB583

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.02%

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

R = 41.35%
G = 34.02%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCB583 (or 0xDCB583) is known color: Burly Wood. HEX triplet: DC, B5 and 83. RGB value is (220,181,131). Sum of RGB (Red+Green+Blue) = 220+181+131=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB583 is #234A7C. Grayscale: #BBBBBB. Windows color (decimal): -2312829 or 8631772. OLE color: 8631772.

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

Color convert

RGB 220 181 131 -
CMYK 0 0.18 0.40 0.14
HSL 33.71º 0.56% 0.69% -
HSV(B) 33.71º 0.4% 0.86% -
XYZ 50.14 49.9 28.46 -
YUV 186.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 220 181 131 0 0.18 0.40 0.14 33.71 0.56 0.69
Hex DC B5 83 0 12 28 E 22 38 45
Octal 334 265 203 0 22 50 16 42 70 105
Binary 11011100 10110101 10000011 0 10010 101000 1110 100010 111000 1000101

Color Harmonies of #DCB583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB583

Black with #DCB583

Text Example


Text Example

White with #DCB583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB583; }

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

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

background-color css

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

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

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

border-color css

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

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

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