Html Css Color HEX #D1AF78 Putty

📋 copy color: '#D1AF78'

red 209 ◦ green 175 ◦ blue 120

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

Shades of Putty #D1AF78

Tints of Putty #D1AF78

RGB

 RED value IS 209 (82.03% from 255) = 41.47%

 GREEN value IS 175 (68.75% from 255) = 34.72%

 BLUE value IS 120 (47.27% from 255) = 23.81%

R = 41.47%
G = 34.72%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1AF78 (or 0xD1AF78) is known color: Putty. HEX triplet: D1, AF and 78. RGB value is (209,175,120). Sum of RGB (Red+Green+Blue) = 209+175+120=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF78 is #2E5087. Grayscale: #B3B3B3. Windows color (decimal): -3035272 or 7909329. OLE color: 7909329.

HSL color Cylindrical-coordinate representation of color #D1AF78: hue angle of 37.08º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1AF78 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 120 -
CMYK 0 0.16 0.43 0.18
HSL 37.08º 0.49% 0.65% -
HSV(B) 37.08º 0.43% 0.82% -
XYZ 45.01 45.57 24.19 -
YUV 178.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 209 175 120 0 0.16 0.43 0.18 37.08 0.49 0.65
Hex D1 AF 78 0 10 2B 12 25 31 41
Octal 321 257 170 0 20 53 22 45 61 101
Binary 11010001 10101111 1111000 0 10000 101011 10010 100101 110001 1000001

Color Harmonies of #D1AF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF78

Black with #D1AF78

Text Example


Text Example

White with #D1AF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF78; }

 p { color: rgb(209,175,120); }

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

background-color css

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

 a { background-color: rgb(209,175,120); }

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

border-color css

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

 span { border-color: rgb(209,175,120); }

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