Html Css Color HEX #DCAD71 Putty

📋 copy color: '#DCAD71'

red 220 ◦ green 173 ◦ blue 113

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

Shades of Putty #DCAD71

Tints of Putty #DCAD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.33%

R = 43.48%
G = 34.19%
B = 22.33%

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

#DCAD71 (or 0xDCAD71) is known color: Putty. HEX triplet: DC, AD and 71. RGB value is (220,173,113). Sum of RGB (Red+Green+Blue) = 220+173+113=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD71 is #23528E. Grayscale: #B4B4B4. Windows color (decimal): -2314895 or 7450076. OLE color: 7450076.

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

Color convert

RGB 220 173 113 -
CMYK 0 0.21 0.49 0.14
HSL 33.64º 0.6% 0.65% -
HSV(B) 33.64º 0.49% 0.86% -
XYZ 47.44 46.3 22.06 -
YUV 180.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 220 173 113 0 0.21 0.49 0.14 33.64 0.6 0.65
Hex DC AD 71 0 15 31 E 22 3C 41
Octal 334 255 161 0 25 61 16 42 74 101
Binary 11011100 10101101 1110001 0 10101 110001 1110 100010 111100 1000001

Color Harmonies of #DCAD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD71

Black with #DCAD71

Text Example


Text Example

White with #DCAD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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