Html Css Color HEX #DAA870 Putty

📋 copy color: '#DAA870'

red 218 ◦ green 168 ◦ blue 112

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

Shades of Putty #DAA870

Tints of Putty #DAA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 43.78%
G = 33.73%
B = 22.49%

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

#DAA870 (or 0xDAA870) is known color: Putty. HEX triplet: DA, A8 and 70. RGB value is (218,168,112). Sum of RGB (Red+Green+Blue) = 218+168+112=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA870 is #25578F. Grayscale: #B0B0B0. Windows color (decimal): -2447248 or 7383258. OLE color: 7383258.

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

Color convert

RGB 218 168 112 -
CMYK 0 0.23 0.49 0.15
HSL 31.7º 0.59% 0.65% -
HSV(B) 31.7º 0.49% 0.85% -
XYZ 45.84 44.08 21.42 -
YUV 176.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 218 168 112 0 0.23 0.49 0.15 31.7 0.59 0.65
Hex DA A8 70 0 17 31 F 20 3B 41
Octal 332 250 160 0 27 61 17 40 73 101
Binary 11011010 10101000 1110000 0 10111 110001 1111 100000 111011 1000001

Color Harmonies of #DAA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA870

Black with #DAA870

Text Example


Text Example

White with #DAA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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