Html Css Color HEX #D4AD6E Putty

📋 copy color: '#D4AD6E'

red 212 ◦ green 173 ◦ blue 110

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

Shades of Putty #D4AD6E

Tints of Putty #D4AD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 42.83%
G = 34.95%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4AD6E (or 0xD4AD6E) is known color: Putty. HEX triplet: D4, AD and 6E. RGB value is (212,173,110). Sum of RGB (Red+Green+Blue) = 212+173+110=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD6E is #2B5291. Grayscale: #B1B1B1. Windows color (decimal): -2839186 or 7253460. OLE color: 7253460.

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

Color convert

RGB 212 173 110 -
CMYK 0 0.18 0.48 0.17
HSL 37.06º 0.54% 0.63% -
HSV(B) 37.06º 0.48% 0.83% -
XYZ 44.91 45.01 21.07 -
YUV 177.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 212 173 110 0 0.18 0.48 0.17 37.06 0.54 0.63
Hex D4 AD 6E 0 12 30 11 25 36 3F
Octal 324 255 156 0 22 60 21 45 66 77
Binary 11010100 10101101 1101110 0 10010 110000 10001 100101 110110 111111

Color Harmonies of #D4AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD6E

Black with #D4AD6E

Text Example


Text Example

White with #D4AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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