Html Css Color HEX #D2AF78 Putty

📋 copy color: '#D2AF78'

red 210 ◦ green 175 ◦ blue 120

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

Shades of Putty #D2AF78

Tints of Putty #D2AF78

RGB

 RED value IS 210 (82.42% from 255) = 41.58%

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

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

R = 41.58%
G = 34.65%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2AF78 (or 0xD2AF78) is known color: Putty. HEX triplet: D2, AF and 78. RGB value is (210,175,120). Sum of RGB (Red+Green+Blue) = 210+175+120=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF78 is #2D5087. Grayscale: #B3B3B3. Windows color (decimal): -2969736 or 7909330. OLE color: 7909330.

HSL color Cylindrical-coordinate representation of color #D2AF78: hue angle of 36.67º degrees, saturation: 0.5, 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 #D2AF78 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 175 120 -
CMYK 0 0.17 0.43 0.18
HSL 36.67º 0.5% 0.65% -
HSV(B) 36.67º 0.43% 0.82% -
XYZ 45.3 45.72 24.21 -
YUV 179.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 210 175 120 0 0.17 0.43 0.18 36.67 0.5 0.65
Hex D2 AF 78 0 11 2B 12 25 32 41
Octal 322 257 170 0 21 53 22 45 62 101
Binary 11010010 10101111 1111000 0 10001 101011 10010 100101 110010 1000001

Color Harmonies of #D2AF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF78

Black with #D2AF78

Text Example


Text Example

White with #D2AF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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