Html Css Color HEX #D7AD72 Putty

📋 copy color: '#D7AD72'

red 215 ◦ green 173 ◦ blue 114

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

Shades of Putty #D7AD72

Tints of Putty #D7AD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 42.83%
G = 34.46%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7AD72 (or 0xD7AD72) is known color: Putty. HEX triplet: D7, AD and 72. RGB value is (215,173,114). Sum of RGB (Red+Green+Blue) = 215+173+114=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD72 is #28528D. Grayscale: #B3B3B3. Windows color (decimal): -2642574 or 7515607. OLE color: 7515607.

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

Color convert

RGB 215 173 114 -
CMYK 0 0.20 0.47 0.16
HSL 35.05º 0.56% 0.65% -
HSV(B) 35.05º 0.47% 0.84% -
XYZ 46.01 45.55 22.29 -
YUV 178.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 215 173 114 0 0.20 0.47 0.16 35.05 0.56 0.65
Hex D7 AD 72 0 14 2F 10 23 38 41
Octal 327 255 162 0 24 57 20 43 70 101
Binary 11010111 10101101 1110010 0 10100 101111 10000 100011 111000 1000001

Color Harmonies of #D7AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD72

Black with #D7AD72

Text Example


Text Example

White with #D7AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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