Html Css Color HEX #DAA970 Putty

📋 copy color: '#DAA970'

red 218 ◦ green 169 ◦ blue 112

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

Shades of Putty #DAA970

Tints of Putty #DAA970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 43.69%
G = 33.87%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAA970 (or 0xDAA970) is known color: Putty. HEX triplet: DA, A9 and 70. RGB value is (218,169,112). Sum of RGB (Red+Green+Blue) = 218+169+112=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA970 is #25568F. Grayscale: #B1B1B1. Windows color (decimal): -2446992 or 7383514. OLE color: 7383514.

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

Color convert

RGB 218 169 112 -
CMYK 0 0.22 0.49 0.15
HSL 32.26º 0.59% 0.65% -
HSV(B) 32.26º 0.49% 0.85% -
XYZ 46.03 44.45 21.48 -
YUV 177.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 218 169 112 0 0.22 0.49 0.15 32.26 0.59 0.65
Hex DA A9 70 0 16 31 F 20 3B 41
Octal 332 251 160 0 26 61 17 40 73 101
Binary 11011010 10101001 1110000 0 10110 110001 1111 100000 111011 1000001

Color Harmonies of #DAA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA970

Black with #DAA970

Text Example


Text Example

White with #DAA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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