Html Css Color HEX #D2AF70 Putty

📋 copy color: '#D2AF70'

red 210 ◦ green 175 ◦ blue 112

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

Shades of Putty #D2AF70

Tints of Putty #D2AF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 42.25%
G = 35.21%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2AF70 (or 0xD2AF70) is known color: Putty. HEX triplet: D2, AF and 70. RGB value is (210,175,112). Sum of RGB (Red+Green+Blue) = 210+175+112=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF70 is #2D508F. Grayscale: #B2B2B2. Windows color (decimal): -2969744 or 7385042. OLE color: 7385042.

HSL color Cylindrical-coordinate representation of color #D2AF70: hue angle of 38.57º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2AF70 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 175 112 -
CMYK 0 0.17 0.47 0.18
HSL 38.57º 0.52% 0.63% -
HSV(B) 38.57º 0.47% 0.82% -
XYZ 44.83 45.53 21.75 -
YUV 178.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 210 175 112 0 0.17 0.47 0.18 38.57 0.52 0.63
Hex D2 AF 70 0 11 2F 12 27 34 3F
Octal 322 257 160 0 21 57 22 47 64 77
Binary 11010010 10101111 1110000 0 10001 101111 10010 100111 110100 111111

Color Harmonies of #D2AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF70

Black with #D2AF70

Text Example


Text Example

White with #D2AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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