Html Css Color HEX #DAA971 Putty

📋 copy color: '#DAA971'

red 218 ◦ green 169 ◦ blue 113

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

Shades of Putty #DAA971

Tints of Putty #DAA971

RGB

 RED value IS 218 (85.55% from 255) = 43.6%

 GREEN value IS 169 (66.41% from 255) = 33.8%

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

R = 43.6%
G = 33.8%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAA971 (or 0xDAA971) is known color: Putty. HEX triplet: DA, A9 and 71. RGB value is (218,169,113). Sum of RGB (Red+Green+Blue) = 218+169+113=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA971 is #25568E. Grayscale: #B1B1B1. Windows color (decimal): -2446991 or 7449050. OLE color: 7449050.

HSL color Cylindrical-coordinate representation of color #DAA971: hue angle of 32º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAA971 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 113 -
CMYK 0 0.22 0.48 0.15
HSL 32º 0.59% 0.65% -
HSV(B) 32º 0.48% 0.85% -
XYZ 46.08 44.47 21.78 -
YUV 177.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 218 169 113 0 0.22 0.48 0.15 32 0.59 0.65
Hex DA A9 71 0 16 30 F 20 3B 41
Octal 332 251 161 0 26 60 17 40 73 101
Binary 11011010 10101001 1110001 0 10110 110000 1111 100000 111011 1000001

Color Harmonies of #DAA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA971

Black with #DAA971

Text Example


Text Example

White with #DAA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA971; }

 p { color: rgb(218,169,113); }

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

background-color css

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

 a { background-color: rgb(218,169,113); }

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

border-color css

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

 span { border-color: rgb(218,169,113); }

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