Html Css Color HEX #D5AF70 Putty

📋 copy color: '#D5AF70'

red 213 ◦ green 175 ◦ blue 112

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

Shades of Putty #D5AF70

Tints of Putty #D5AF70

RGB

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

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

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

R = 42.6%
G = 35%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5AF70 (or 0xD5AF70) is known color: Putty. HEX triplet: D5, AF and 70. RGB value is (213,175,112). Sum of RGB (Red+Green+Blue) = 213+175+112=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF70 is #2A508F. Grayscale: #B3B3B3. Windows color (decimal): -2773136 or 7385045. OLE color: 7385045.

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

Color convert

RGB 213 175 112 -
CMYK 0 0.18 0.47 0.16
HSL 37.43º 0.55% 0.64% -
HSV(B) 37.43º 0.47% 0.84% -
XYZ 45.7 45.98 21.8 -
YUV 179.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 213 175 112 0 0.18 0.47 0.16 37.43 0.55 0.64
Hex D5 AF 70 0 12 2F 10 25 37 40
Octal 325 257 160 0 22 57 20 45 67 100
Binary 11010101 10101111 1110000 0 10010 101111 10000 100101 110111 1000000

Color Harmonies of #D5AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF70

Black with #D5AF70

Text Example


Text Example

White with #D5AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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