Html Css Color HEX #DCB883 Burly Wood

📋 copy color: '#DCB883'

red 220 ◦ green 184 ◦ blue 131

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

Shades of Burly Wood #DCB883

Tints of Burly Wood #DCB883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.39%

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

R = 41.12%
G = 34.39%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCB883 (or 0xDCB883) is known color: Burly Wood. HEX triplet: DC, B8 and 83. RGB value is (220,184,131). Sum of RGB (Red+Green+Blue) = 220+184+131=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB883 is #23477C. Grayscale: #BCBCBC. Windows color (decimal): -2312061 or 8632540. OLE color: 8632540.

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

Color convert

RGB 220 184 131 -
CMYK 0 0.16 0.40 0.14
HSL 35.73º 0.56% 0.69% -
HSV(B) 35.73º 0.4% 0.86% -
XYZ 50.75 51.14 28.67 -
YUV 188.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 220 184 131 0 0.16 0.40 0.14 35.73 0.56 0.69
Hex DC B8 83 0 10 28 E 24 38 45
Octal 334 270 203 0 20 50 16 44 70 105
Binary 11011100 10111000 10000011 0 10000 101000 1110 100100 111000 1000101

Color Harmonies of #DCB883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB883

Black with #DCB883

Text Example


Text Example

White with #DCB883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB883; }

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

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

background-color css

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

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

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

border-color css

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

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

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