Html Css Color HEX #D4AA6F Putty

📋 copy color: '#D4AA6F'

red 212 ◦ green 170 ◦ blue 111

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

Shades of Putty #D4AA6F

Tints of Putty #D4AA6F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.48%

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 43%
G = 34.48%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4AA6F (or 0xD4AA6F) is known color: Putty. HEX triplet: D4, AA and 6F. RGB value is (212,170,111). Sum of RGB (Red+Green+Blue) = 212+170+111=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA6F is #2B5590. Grayscale: #B0B0B0. Windows color (decimal): -2839953 or 7318228. OLE color: 7318228.

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

Color convert

RGB 212 170 111 -
CMYK 0 0.20 0.48 0.17
HSL 35.05º 0.54% 0.63% -
HSV(B) 35.05º 0.48% 0.83% -
XYZ 44.4 43.89 21.17 -
YUV 175.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 212 170 111 0 0.20 0.48 0.17 35.05 0.54 0.63
Hex D4 AA 6F 0 14 30 11 23 36 3F
Octal 324 252 157 0 24 60 21 43 66 77
Binary 11010100 10101010 1101111 0 10100 110000 10001 100011 110110 111111

Color Harmonies of #D4AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AA6F

Black with #D4AA6F

Text Example


Text Example

White with #D4AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AA6F; }

 p { color: rgb(212,170,111); }

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

background-color css

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

 a { background-color: rgb(212,170,111); }

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

border-color css

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

 span { border-color: rgb(212,170,111); }

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