Html Css Color HEX #D4A771 Putty

📋 copy color: '#D4A771'

red 212 ◦ green 167 ◦ blue 113

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

Shades of Putty #D4A771

Tints of Putty #D4A771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.94%

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 43.09%
G = 33.94%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D4A771 (or 0xD4A771) is known color: Putty. HEX triplet: D4, A7 and 71. RGB value is (212,167,113). Sum of RGB (Red+Green+Blue) = 212+167+113=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A771 is #2B588E. Grayscale: #AEAEAE. Windows color (decimal): -2840719 or 7448532. OLE color: 7448532.

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

Color convert

RGB 212 167 113 -
CMYK 0 0.21 0.47 0.17
HSL 32.73º 0.54% 0.64% -
HSV(B) 32.73º 0.47% 0.83% -
XYZ 43.95 42.83 21.57 -
YUV 174.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 212 167 113 0 0.21 0.47 0.17 32.73 0.54 0.64
Hex D4 A7 71 0 15 2F 11 21 36 40
Octal 324 247 161 0 25 57 21 41 66 100
Binary 11010100 10100111 1110001 0 10101 101111 10001 100001 110110 1000000

Color Harmonies of #D4A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A771

Black with #D4A771

Text Example


Text Example

White with #D4A771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A771; }

 p { color: rgb(212,167,113); }

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

background-color css

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

 a { background-color: rgb(212,167,113); }

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

border-color css

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

 span { border-color: rgb(212,167,113); }

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