Html Css Color HEX #D7AB74 Putty

📋 copy color: '#D7AB74'

red 215 ◦ green 171 ◦ blue 116

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

Shades of Putty #D7AB74

Tints of Putty #D7AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.06%

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 42.83%
G = 34.06%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7AB74 (or 0xD7AB74) is known color: Putty. HEX triplet: D7, AB and 74. RGB value is (215,171,116). Sum of RGB (Red+Green+Blue) = 215+171+116=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB74 is #28548B. Grayscale: #B2B2B2. Windows color (decimal): -2643084 or 7646167. OLE color: 7646167.

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

Color convert

RGB 215 171 116 -
CMYK 0 0.20 0.46 0.16
HSL 33.33º 0.55% 0.65% -
HSV(B) 33.33º 0.46% 0.84% -
XYZ 45.74 44.83 22.77 -
YUV 177.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 215 171 116 0 0.20 0.46 0.16 33.33 0.55 0.65
Hex D7 AB 74 0 14 2E 10 21 37 41
Octal 327 253 164 0 24 56 20 41 67 101
Binary 11010111 10101011 1110100 0 10100 101110 10000 100001 110111 1000001

Color Harmonies of #D7AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB74

Black with #D7AB74

Text Example


Text Example

White with #D7AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB74; }

 p { color: rgb(215,171,116); }

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

background-color css

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

 a { background-color: rgb(215,171,116); }

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

border-color css

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

 span { border-color: rgb(215,171,116); }

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