Html Css Color HEX #D2AD72 Putty

📋 copy color: '#D2AD72'

red 210 ◦ green 173 ◦ blue 114

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

Shades of Putty #D2AD72

Tints of Putty #D2AD72

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 42.25%
G = 34.81%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2AD72 (or 0xD2AD72) is known color: Putty. HEX triplet: D2, AD and 72. RGB value is (210,173,114). Sum of RGB (Red+Green+Blue) = 210+173+114=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD72 is #2D528D. Grayscale: #B1B1B1. Windows color (decimal): -2970254 or 7515602. OLE color: 7515602.

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

Color convert

RGB 210 173 114 -
CMYK 0 0.18 0.46 0.18
HSL 36.88º 0.52% 0.64% -
HSV(B) 36.88º 0.46% 0.82% -
XYZ 44.56 44.8 22.22 -
YUV 177.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 210 173 114 0 0.18 0.46 0.18 36.88 0.52 0.64
Hex D2 AD 72 0 12 2E 12 25 34 40
Octal 322 255 162 0 22 56 22 45 64 100
Binary 11010010 10101101 1110010 0 10010 101110 10010 100101 110100 1000000

Color Harmonies of #D2AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD72

Black with #D2AD72

Text Example


Text Example

White with #D2AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD72; }

 p { color: rgb(210,173,114); }

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

background-color css

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

 a { background-color: rgb(210,173,114); }

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

border-color css

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

 span { border-color: rgb(210,173,114); }

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