Html Css Color HEX #DCB170 Putty

📋 copy color: '#DCB170'

red 220 ◦ green 177 ◦ blue 112

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

Shades of Putty #DCB170

Tints of Putty #DCB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

 BLUE value IS 112 (44.14% from 255) = 22%

R = 43.22%
G = 34.77%
B = 22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCB170 (or 0xDCB170) is known color: Putty. HEX triplet: DC, B1 and 70. RGB value is (220,177,112). Sum of RGB (Red+Green+Blue) = 220+177+112=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB170 is #234E8F. Grayscale: #B6B6B6. Windows color (decimal): -2313872 or 7385564. OLE color: 7385564.

HSL color Cylindrical-coordinate representation of color #DCB170: hue angle of 36.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCB170 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 112 -
CMYK 0 0.20 0.49 0.14
HSL 36.11º 0.61% 0.65% -
HSV(B) 36.11º 0.49% 0.86% -
XYZ 48.16 47.83 22.02 -
YUV 182.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 220 177 112 0 0.20 0.49 0.14 36.11 0.61 0.65
Hex DC B1 70 0 14 31 E 24 3D 41
Octal 334 261 160 0 24 61 16 44 75 101
Binary 11011100 10110001 1110000 0 10100 110001 1110 100100 111101 1000001

Color Harmonies of #DCB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB170

Black with #DCB170

Text Example


Text Example

White with #DCB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB170; }

 p { color: rgb(220,177,112); }

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

background-color css

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

 a { background-color: rgb(220,177,112); }

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

border-color css

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

 span { border-color: rgb(220,177,112); }

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