Html Css Color HEX #D4A471 Putty

📋 copy color: '#D4A471'

red 212 ◦ green 164 ◦ blue 113

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

Shades of Putty #D4A471

Tints of Putty #D4A471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.54%

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

R = 43.35%
G = 33.54%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D4A471 (or 0xD4A471) is known color: Putty. HEX triplet: D4, A4 and 71. RGB value is (212,164,113). Sum of RGB (Red+Green+Blue) = 212+164+113=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A471 is #2B5B8E. Grayscale: #ACACAC. Windows color (decimal): -2841487 or 7447764. OLE color: 7447764.

HSL color Cylindrical-coordinate representation of color #D4A471: hue angle of 30.91º 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 #D4A471 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 113 -
CMYK 0 0.23 0.47 0.17
HSL 30.91º 0.54% 0.64% -
HSV(B) 30.91º 0.47% 0.83% -
XYZ 43.41 41.74 21.39 -
YUV 172.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 212 164 113 0 0.23 0.47 0.17 30.91 0.54 0.64
Hex D4 A4 71 0 17 2F 11 1F 36 40
Octal 324 244 161 0 27 57 21 37 66 100
Binary 11010100 10100100 1110001 0 10111 101111 10001 11111 110110 1000000

Color Harmonies of #D4A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A471

Black with #D4A471

Text Example


Text Example

White with #D4A471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A471; }

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

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

background-color css

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

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

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

border-color css

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

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

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