Html Css Color HEX #DCAD70 Putty

📋 copy color: '#DCAD70'

red 220 ◦ green 173 ◦ blue 112

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

Shades of Putty #DCAD70

Tints of Putty #DCAD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 43.56%
G = 34.26%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCAD70 (or 0xDCAD70) is known color: Putty. HEX triplet: DC, AD and 70. RGB value is (220,173,112). Sum of RGB (Red+Green+Blue) = 220+173+112=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD70 is #23528F. Grayscale: #B4B4B4. Windows color (decimal): -2314896 or 7384540. OLE color: 7384540.

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

Color convert

RGB 220 173 112 -
CMYK 0 0.21 0.49 0.14
HSL 33.89º 0.61% 0.65% -
HSV(B) 33.89º 0.49% 0.86% -
XYZ 47.38 46.27 21.76 -
YUV 180.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 220 173 112 0 0.21 0.49 0.14 33.89 0.61 0.65
Hex DC AD 70 0 15 31 E 22 3D 41
Octal 334 255 160 0 25 61 16 42 75 101
Binary 11011100 10101101 1110000 0 10101 110001 1110 100010 111101 1000001

Color Harmonies of #DCAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD70

Black with #DCAD70

Text Example


Text Example

White with #DCAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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