Html Css Color HEX #DAAF70 Putty

📋 copy color: '#DAAF70'

red 218 ◦ green 175 ◦ blue 112

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

Shades of Putty #DAAF70

Tints of Putty #DAAF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.65%

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

R = 43.17%
G = 34.65%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAAF70 (or 0xDAAF70) is known color: Putty. HEX triplet: DA, AF and 70. RGB value is (218,175,112). Sum of RGB (Red+Green+Blue) = 218+175+112=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF70 is #25508F. Grayscale: #B4B4B4. Windows color (decimal): -2445456 or 7385050. OLE color: 7385050.

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

Color convert

RGB 218 175 112 -
CMYK 0 0.20 0.49 0.15
HSL 35.66º 0.59% 0.65% -
HSV(B) 35.66º 0.49% 0.85% -
XYZ 47.17 46.74 21.86 -
YUV 180.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 218 175 112 0 0.20 0.49 0.15 35.66 0.59 0.65
Hex DA AF 70 0 14 31 F 24 3B 41
Octal 332 257 160 0 24 61 17 44 73 101
Binary 11011010 10101111 1110000 0 10100 110001 1111 100100 111011 1000001

Color Harmonies of #DAAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF70

Black with #DAAF70

Text Example


Text Example

White with #DAAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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