Html Css Color HEX #D7AF71 Putty

📋 copy color: '#D7AF71'

red 215 ◦ green 175 ◦ blue 113

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

Shades of Putty #D7AF71

Tints of Putty #D7AF71

RGB

 RED value IS 215 (84.38% from 255) = 42.74%

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

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 42.74%
G = 34.79%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7AF71 (or 0xD7AF71) is known color: Putty. HEX triplet: D7, AF and 71. RGB value is (215,175,113). Sum of RGB (Red+Green+Blue) = 215+175+113=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF71 is #28508E. Grayscale: #B4B4B4. Windows color (decimal): -2642063 or 7450583. OLE color: 7450583.

HSL color Cylindrical-coordinate representation of color #D7AF71: hue angle of 36.47º degrees, saturation: 0.56, 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 #D7AF71 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 113 -
CMYK 0 0.19 0.47 0.16
HSL 36.47º 0.56% 0.64% -
HSV(B) 36.47º 0.47% 0.84% -
XYZ 46.33 46.3 22.12 -
YUV 179.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 215 175 113 0 0.19 0.47 0.16 36.47 0.56 0.64
Hex D7 AF 71 0 13 2F 10 24 38 40
Octal 327 257 161 0 23 57 20 44 70 100
Binary 11010111 10101111 1110001 0 10011 101111 10000 100100 111000 1000000

Color Harmonies of #D7AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF71

Black with #D7AF71

Text Example


Text Example

White with #D7AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF71; }

 p { color: rgb(215,175,113); }

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

background-color css

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

 a { background-color: rgb(215,175,113); }

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

border-color css

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

 span { border-color: rgb(215,175,113); }

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