Html Css Color HEX #D7AD6D Putty

📋 copy color: '#D7AD6D'

red 215 ◦ green 173 ◦ blue 109

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

Shades of Putty #D7AD6D

Tints of Putty #D7AD6D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 109 (42.97% from 255) = 21.93%

R = 43.26%
G = 34.81%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7AD6D (or 0xD7AD6D) is known color: Putty. HEX triplet: D7, AD and 6D. RGB value is (215,173,109). Sum of RGB (Red+Green+Blue) = 215+173+109=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD6D is #285292. Grayscale: #B2B2B2. Windows color (decimal): -2642579 or 7187927. OLE color: 7187927.

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

Color convert

RGB 215 173 109 -
CMYK 0 0.20 0.49 0.16
HSL 36.23º 0.57% 0.64% -
HSV(B) 36.23º 0.49% 0.84% -
XYZ 45.73 45.44 20.83 -
YUV 178.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 215 173 109 0 0.20 0.49 0.16 36.23 0.57 0.64
Hex D7 AD 6D 0 14 31 10 24 39 40
Octal 327 255 155 0 24 61 20 44 71 100
Binary 11010111 10101101 1101101 0 10100 110001 10000 100100 111001 1000000

Color Harmonies of #D7AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD6D

Black with #D7AD6D

Text Example


Text Example

White with #D7AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD6D; }

 p { color: rgb(215,173,109); }

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

background-color css

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

 a { background-color: rgb(215,173,109); }

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

border-color css

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

 span { border-color: rgb(215,173,109); }

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