Html Css Color HEX #D4AD76 Putty

📋 copy color: '#D4AD76'

red 212 ◦ green 173 ◦ blue 118

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

Shades of Putty #D4AD76

Tints of Putty #D4AD76

RGB

 RED value IS 212 (83.2% from 255) = 42.15%

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

 BLUE value IS 118 (46.48% from 255) = 23.46%

R = 42.15%
G = 34.39%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D4AD76 (or 0xD4AD76) is known color: Putty. HEX triplet: D4, AD and 76. RGB value is (212,173,118). Sum of RGB (Red+Green+Blue) = 212+173+118=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD76 is #2B5289. Grayscale: #B2B2B2. Windows color (decimal): -2839178 or 7777748. OLE color: 7777748.

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

Color convert

RGB 212 173 118 -
CMYK 0 0.18 0.44 0.17
HSL 35.11º 0.52% 0.65% -
HSV(B) 35.11º 0.44% 0.83% -
XYZ 45.36 45.19 23.47 -
YUV 178.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 212 173 118 0 0.18 0.44 0.17 35.11 0.52 0.65
Hex D4 AD 76 0 12 2C 11 23 34 41
Octal 324 255 166 0 22 54 21 43 64 101
Binary 11010100 10101101 1110110 0 10010 101100 10001 100011 110100 1000001

Color Harmonies of #D4AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD76

Black with #D4AD76

Text Example


Text Example

White with #D4AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD76; }

 p { color: rgb(212,173,118); }

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

background-color css

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

 a { background-color: rgb(212,173,118); }

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

border-color css

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

 span { border-color: rgb(212,173,118); }

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