Html Css Color HEX #D2AA78 Putty

📋 copy color: '#D2AA78'

red 210 ◦ green 170 ◦ blue 120

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

Shades of Putty #D2AA78

Tints of Putty #D2AA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 42%
G = 34%
B = 24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2AA78 (or 0xD2AA78) is known color: Putty. HEX triplet: D2, AA and 78. RGB value is (210,170,120). Sum of RGB (Red+Green+Blue) = 210+170+120=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA78 is #2D5587. Grayscale: #B0B0B0. Windows color (decimal): -2971016 or 7908050. OLE color: 7908050.

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

Color convert

RGB 210 170 120 -
CMYK 0 0.19 0.43 0.18
HSL 33.33º 0.5% 0.65% -
HSV(B) 33.33º 0.43% 0.82% -
XYZ 44.34 43.81 23.89 -
YUV 176.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 210 170 120 0 0.19 0.43 0.18 33.33 0.5 0.65
Hex D2 AA 78 0 13 2B 12 21 32 41
Octal 322 252 170 0 23 53 22 41 62 101
Binary 11010010 10101010 1111000 0 10011 101011 10010 100001 110010 1000001

Color Harmonies of #D2AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA78

Black with #D2AA78

Text Example


Text Example

White with #D2AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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