Html Css Color HEX #DCAE71 Putty

📋 copy color: '#DCAE71'

red 220 ◦ green 174 ◦ blue 113

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

Shades of Putty #DCAE71

Tints of Putty #DCAE71

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

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

R = 43.39%
G = 34.32%
B = 22.29%

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

#DCAE71 (or 0xDCAE71) is known color: Putty. HEX triplet: DC, AE and 71. RGB value is (220,174,113). Sum of RGB (Red+Green+Blue) = 220+174+113=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE71 is #23518E. Grayscale: #B5B5B5. Windows color (decimal): -2314639 or 7450332. OLE color: 7450332.

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

Color convert

RGB 220 174 113 -
CMYK 0 0.21 0.49 0.14
HSL 34.21º 0.6% 0.65% -
HSV(B) 34.21º 0.49% 0.86% -
XYZ 47.63 46.68 22.12 -
YUV 180.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 220 174 113 0 0.21 0.49 0.14 34.21 0.6 0.65
Hex DC AE 71 0 15 31 E 22 3C 41
Octal 334 256 161 0 25 61 16 42 74 101
Binary 11011100 10101110 1110001 0 10101 110001 1110 100010 111100 1000001

Color Harmonies of #DCAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE71

Black with #DCAE71

Text Example


Text Example

White with #DCAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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