Html Css Color HEX #D5AF74 Putty

📋 copy color: '#D5AF74'

red 213 ◦ green 175 ◦ blue 116

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

Shades of Putty #D5AF74

Tints of Putty #D5AF74

RGB

 RED value IS 213 (83.59% from 255) = 42.26%

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

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

R = 42.26%
G = 34.72%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5AF74 (or 0xD5AF74) is known color: Putty. HEX triplet: D5, AF and 74. RGB value is (213,175,116). Sum of RGB (Red+Green+Blue) = 213+175+116=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF74 is #2A508B. Grayscale: #B3B3B3. Windows color (decimal): -2773132 or 7647189. OLE color: 7647189.

HSL color Cylindrical-coordinate representation of color #D5AF74: hue angle of 36.49º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5AF74 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 116 -
CMYK 0 0.18 0.46 0.16
HSL 36.49º 0.54% 0.65% -
HSV(B) 36.49º 0.46% 0.84% -
XYZ 45.92 46.07 22.99 -
YUV 179.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 213 175 116 0 0.18 0.46 0.16 36.49 0.54 0.65
Hex D5 AF 74 0 12 2E 10 24 36 41
Octal 325 257 164 0 22 56 20 44 66 101
Binary 11010101 10101111 1110100 0 10010 101110 10000 100100 110110 1000001

Color Harmonies of #D5AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF74

Black with #D5AF74

Text Example


Text Example

White with #D5AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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