Html Css Color HEX #D7AF70 Putty

📋 copy color: '#D7AF70'

red 215 ◦ green 175 ◦ blue 112

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

Shades of Putty #D7AF70

Tints of Putty #D7AF70

RGB

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

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

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

R = 42.83%
G = 34.86%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7AF70 (or 0xD7AF70) is known color: Putty. HEX triplet: D7, AF and 70. RGB value is (215,175,112). Sum of RGB (Red+Green+Blue) = 215+175+112=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF70 is #28508F. Grayscale: #B4B4B4. Windows color (decimal): -2642064 or 7385047. OLE color: 7385047.

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

Color convert

RGB 215 175 112 -
CMYK 0 0.19 0.48 0.16
HSL 36.7º 0.56% 0.64% -
HSV(B) 36.7º 0.48% 0.84% -
XYZ 46.28 46.28 21.82 -
YUV 179.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 215 175 112 0 0.19 0.48 0.16 36.7 0.56 0.64
Hex D7 AF 70 0 13 30 10 25 38 40
Octal 327 257 160 0 23 60 20 45 70 100
Binary 11010111 10101111 1110000 0 10011 110000 10000 100101 111000 1000000

Color Harmonies of #D7AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF70

Black with #D7AF70

Text Example


Text Example

White with #D7AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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