Html Css Color HEX #DAAF74 Putty

📋 copy color: '#DAAF74'

red 218 ◦ green 175 ◦ blue 116

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

Shades of Putty #DAAF74

Tints of Putty #DAAF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.79%

R = 42.83%
G = 34.38%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAAF74 (or 0xDAAF74) is known color: Putty. HEX triplet: DA, AF and 74. RGB value is (218,175,116). Sum of RGB (Red+Green+Blue) = 218+175+116=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF74 is #25508B. Grayscale: #B5B5B5. Windows color (decimal): -2445452 or 7647194. OLE color: 7647194.

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

Color convert

RGB 218 175 116 -
CMYK 0 0.20 0.47 0.15
HSL 34.71º 0.58% 0.65% -
HSV(B) 34.71º 0.47% 0.85% -
XYZ 47.4 46.83 23.06 -
YUV 181.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 218 175 116 0 0.20 0.47 0.15 34.71 0.58 0.65
Hex DA AF 74 0 14 2F F 23 3A 41
Octal 332 257 164 0 24 57 17 43 72 101
Binary 11011010 10101111 1110100 0 10100 101111 1111 100011 111010 1000001

Color Harmonies of #DAAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF74

Black with #DAAF74

Text Example


Text Example

White with #DAAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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