Html Css Color HEX #DCB683 Burly Wood

📋 copy color: '#DCB683'

red 220 ◦ green 182 ◦ blue 131

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

Shades of Burly Wood #DCB683

Tints of Burly Wood #DCB683

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.15%

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

R = 41.28%
G = 34.15%
B = 24.58%

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

#DCB683 (or 0xDCB683) is known color: Burly Wood. HEX triplet: DC, B6 and 83. RGB value is (220,182,131). Sum of RGB (Red+Green+Blue) = 220+182+131=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB683 is #23497C. Grayscale: #BBBBBB. Windows color (decimal): -2312573 or 8632028. OLE color: 8632028.

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

Color convert

RGB 220 182 131 -
CMYK 0 0.17 0.40 0.14
HSL 34.38º 0.56% 0.69% -
HSV(B) 34.38º 0.4% 0.86% -
XYZ 50.34 50.31 28.53 -
YUV 187.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 220 182 131 0 0.17 0.40 0.14 34.38 0.56 0.69
Hex DC B6 83 0 11 28 E 22 38 45
Octal 334 266 203 0 21 50 16 42 70 105
Binary 11011100 10110110 10000011 0 10001 101000 1110 100010 111000 1000101

Color Harmonies of #DCB683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB683

Black with #DCB683

Text Example


Text Example

White with #DCB683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB683; }

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

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

background-color css

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

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

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

border-color css

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

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

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