Html Css Color HEX #D2AA74 Putty

📋 copy color: '#D2AA74'

red 210 ◦ green 170 ◦ blue 116

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

Shades of Putty #D2AA74

Tints of Putty #D2AA74

RGB

 RED value IS 210 (82.42% from 255) = 42.34%

 GREEN value IS 170 (66.8% from 255) = 34.27%

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 42.34%
G = 34.27%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2AA74 (or 0xD2AA74) is known color: Putty. HEX triplet: D2, AA and 74. RGB value is (210,170,116). Sum of RGB (Red+Green+Blue) = 210+170+116=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA74 is #2D558B. Grayscale: #B0B0B0. Windows color (decimal): -2971020 or 7645906. OLE color: 7645906.

HSL color Cylindrical-coordinate representation of color #D2AA74: hue angle of 34.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2AA74 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 170 116 -
CMYK 0 0.19 0.45 0.18
HSL 34.47º 0.51% 0.64% -
HSV(B) 34.47º 0.45% 0.82% -
XYZ 44.11 43.71 22.64 -
YUV 175.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 210 170 116 0 0.19 0.45 0.18 34.47 0.51 0.64
Hex D2 AA 74 0 13 2D 12 22 33 40
Octal 322 252 164 0 23 55 22 42 63 100
Binary 11010010 10101010 1110100 0 10011 101101 10010 100010 110011 1000000

Color Harmonies of #D2AA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA74

Black with #D2AA74

Text Example


Text Example

White with #D2AA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA74; }

 p { color: rgb(210,170,116); }

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

background-color css

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

 a { background-color: rgb(210,170,116); }

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

border-color css

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

 span { border-color: rgb(210,170,116); }

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