Html Css Color HEX #DAA770 Putty

📋 copy color: '#DAA770'

red 218 ◦ green 167 ◦ blue 112

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

Shades of Putty #DAA770

Tints of Putty #DAA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.6%

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

R = 43.86%
G = 33.6%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAA770 (or 0xDAA770) is known color: Putty. HEX triplet: DA, A7 and 70. RGB value is (218,167,112). Sum of RGB (Red+Green+Blue) = 218+167+112=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA770 is #25588F. Grayscale: #B0B0B0. Windows color (decimal): -2447504 or 7383002. OLE color: 7383002.

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

Color convert

RGB 218 167 112 -
CMYK 0 0.23 0.49 0.15
HSL 31.13º 0.59% 0.65% -
HSV(B) 31.13º 0.49% 0.85% -
XYZ 45.66 43.71 21.36 -
YUV 175.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 218 167 112 0 0.23 0.49 0.15 31.13 0.59 0.65
Hex DA A7 70 0 17 31 F 1F 3B 41
Octal 332 247 160 0 27 61 17 37 73 101
Binary 11011010 10100111 1110000 0 10111 110001 1111 11111 111011 1000001

Color Harmonies of #DAA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA770

Black with #DAA770

Text Example


Text Example

White with #DAA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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