Html Css Color HEX #DCB373 Putty

📋 copy color: '#DCB373'

red 220 ◦ green 179 ◦ blue 115

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

Shades of Putty #DCB373

Tints of Putty #DCB373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.82%

 BLUE value IS 115 (45.31% from 255) = 22.37%

R = 42.8%
G = 34.82%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCB373 (or 0xDCB373) is known color: Putty. HEX triplet: DC, B3 and 73. RGB value is (220,179,115). Sum of RGB (Red+Green+Blue) = 220+179+115=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB373 is #234C8C. Grayscale: #B8B8B8. Windows color (decimal): -2313357 or 7582684. OLE color: 7582684.

HSL color Cylindrical-coordinate representation of color #DCB373: hue angle of 36.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB373 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 115 -
CMYK 0 0.19 0.48 0.14
HSL 36.57º 0.6% 0.66% -
HSV(B) 36.57º 0.48% 0.86% -
XYZ 48.73 48.69 23.05 -
YUV 183.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 220 179 115 0 0.19 0.48 0.14 36.57 0.6 0.66
Hex DC B3 73 0 13 30 E 25 3C 42
Octal 334 263 163 0 23 60 16 45 74 102
Binary 11011100 10110011 1110011 0 10011 110000 1110 100101 111100 1000010

Color Harmonies of #DCB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB373

Black with #DCB373

Text Example


Text Example

White with #DCB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB373; }

 p { color: rgb(220,179,115); }

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

background-color css

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

 a { background-color: rgb(220,179,115); }

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

border-color css

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

 span { border-color: rgb(220,179,115); }

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