Html Css Color HEX #D8AB74 Putty

📋 copy color: '#D8AB74'

red 216 ◦ green 171 ◦ blue 116

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

Shades of Putty #D8AB74

Tints of Putty #D8AB74

RGB

 RED value IS 216 (84.77% from 255) = 42.94%

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

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

R = 42.94%
G = 34%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8AB74 (or 0xD8AB74) is known color: Putty. HEX triplet: D8, AB and 74. RGB value is (216,171,116). Sum of RGB (Red+Green+Blue) = 216+171+116=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB74 is #27548B. Grayscale: #B2B2B2. Windows color (decimal): -2577548 or 7646168. OLE color: 7646168.

HSL color Cylindrical-coordinate representation of color #D8AB74: hue angle of 33º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8AB74 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 116 -
CMYK 0 0.21 0.46 0.15
HSL 33º 0.56% 0.65% -
HSV(B) 33º 0.46% 0.85% -
XYZ 46.03 44.99 22.78 -
YUV 178.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 216 171 116 0 0.21 0.46 0.15 33 0.56 0.65
Hex D8 AB 74 0 15 2E F 21 38 41
Octal 330 253 164 0 25 56 17 41 70 101
Binary 11011000 10101011 1110100 0 10101 101110 1111 100001 111000 1000001

Color Harmonies of #D8AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB74

Black with #D8AB74

Text Example


Text Example

White with #D8AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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