Html Css Color HEX #DCB483 Burly Wood

📋 copy color: '#DCB483'

red 220 ◦ green 180 ◦ blue 131

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

Shades of Burly Wood #DCB483

Tints of Burly Wood #DCB483

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 41.43%
G = 33.9%
B = 24.67%

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

#DCB483 (or 0xDCB483) is known color: Burly Wood. HEX triplet: DC, B4 and 83. RGB value is (220,180,131). Sum of RGB (Red+Green+Blue) = 220+180+131=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB483 is #234B7C. Grayscale: #BABABA. Windows color (decimal): -2313085 or 8631516. OLE color: 8631516.

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

Color convert

RGB 220 180 131 -
CMYK 0 0.18 0.40 0.14
HSL 33.03º 0.56% 0.69% -
HSV(B) 33.03º 0.4% 0.86% -
XYZ 49.93 49.5 28.39 -
YUV 186.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 220 180 131 0 0.18 0.40 0.14 33.03 0.56 0.69
Hex DC B4 83 0 12 28 E 21 38 45
Octal 334 264 203 0 22 50 16 41 70 105
Binary 11011100 10110100 10000011 0 10010 101000 1110 100001 111000 1000101

Color Harmonies of #DCB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB483

Black with #DCB483

Text Example


Text Example

White with #DCB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB483; }

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

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

background-color css

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

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

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

border-color css

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

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

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