Html Css Color HEX #D4AA75 Putty

📋 copy color: '#D4AA75'

red 212 ◦ green 170 ◦ blue 117

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

Shades of Putty #D4AA75

Tints of Putty #D4AA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 42.48%
G = 34.07%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4AA75 (or 0xD4AA75) is known color: Putty. HEX triplet: D4, AA and 75. RGB value is (212,170,117). Sum of RGB (Red+Green+Blue) = 212+170+117=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA75 is #2B558A. Grayscale: #B0B0B0. Windows color (decimal): -2839947 or 7711444. OLE color: 7711444.

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

Color convert

RGB 212 170 117 -
CMYK 0 0.20 0.45 0.17
HSL 33.47º 0.52% 0.65% -
HSV(B) 33.47º 0.45% 0.83% -
XYZ 44.74 44.03 22.97 -
YUV 176.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 212 170 117 0 0.20 0.45 0.17 33.47 0.52 0.65
Hex D4 AA 75 0 14 2D 11 21 34 41
Octal 324 252 165 0 24 55 21 41 64 101
Binary 11010100 10101010 1110101 0 10100 101101 10001 100001 110100 1000001

Color Harmonies of #D4AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AA75

Black with #D4AA75

Text Example


Text Example

White with #D4AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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