Html Css Color HEX #D3AD72 Putty

📋 copy color: '#D3AD72'

red 211 ◦ green 173 ◦ blue 114

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

Shades of Putty #D3AD72

Tints of Putty #D3AD72

RGB

 RED value IS 211 (82.81% from 255) = 42.37%

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

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

R = 42.37%
G = 34.74%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D3AD72 (or 0xD3AD72) is known color: Putty. HEX triplet: D3, AD and 72. RGB value is (211,173,114). Sum of RGB (Red+Green+Blue) = 211+173+114=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD72 is #2C528D. Grayscale: #B1B1B1. Windows color (decimal): -2904718 or 7515603. OLE color: 7515603.

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

Color convert

RGB 211 173 114 -
CMYK 0 0.18 0.46 0.17
HSL 36.49º 0.52% 0.64% -
HSV(B) 36.49º 0.46% 0.83% -
XYZ 44.84 44.95 22.23 -
YUV 177.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 211 173 114 0 0.18 0.46 0.17 36.49 0.52 0.64
Hex D3 AD 72 0 12 2E 11 24 34 40
Octal 323 255 162 0 22 56 21 44 64 100
Binary 11010011 10101101 1110010 0 10010 101110 10001 100100 110100 1000000

Color Harmonies of #D3AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD72

Black with #D3AD72

Text Example


Text Example

White with #D3AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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