Html Css Color HEX #D4AB74 Putty

📋 copy color: '#D4AB74'

red 212 ◦ green 171 ◦ blue 116

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

Shades of Putty #D4AB74

Tints of Putty #D4AB74

RGB

 RED value IS 212 (83.2% from 255) = 42.48%

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

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

R = 42.48%
G = 34.27%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4AB74 (or 0xD4AB74) is known color: Putty. HEX triplet: D4, AB and 74. RGB value is (212,171,116). Sum of RGB (Red+Green+Blue) = 212+171+116=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB74 is #2B548B. Grayscale: #B1B1B1. Windows color (decimal): -2839692 or 7646164. OLE color: 7646164.

HSL color Cylindrical-coordinate representation of color #D4AB74: hue angle of 34.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4AB74 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 116 -
CMYK 0 0.19 0.45 0.17
HSL 34.38º 0.53% 0.64% -
HSV(B) 34.38º 0.45% 0.83% -
XYZ 44.87 44.38 22.73 -
YUV 176.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 212 171 116 0 0.19 0.45 0.17 34.38 0.53 0.64
Hex D4 AB 74 0 13 2D 11 22 35 40
Octal 324 253 164 0 23 55 21 42 65 100
Binary 11010100 10101011 1110100 0 10011 101101 10001 100010 110101 1000000

Color Harmonies of #D4AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB74

Black with #D4AB74

Text Example


Text Example

White with #D4AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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