Html Css Color HEX #D4A46D Putty

📋 copy color: '#D4A46D'

red 212 ◦ green 164 ◦ blue 109

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

Shades of Putty #D4A46D

Tints of Putty #D4A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.81%

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 43.71%
G = 33.81%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4A46D (or 0xD4A46D) is known color: Putty. HEX triplet: D4, A4 and 6D. RGB value is (212,164,109). Sum of RGB (Red+Green+Blue) = 212+164+109=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A46D is #2B5B92. Grayscale: #ACACAC. Windows color (decimal): -2841491 or 7185620. OLE color: 7185620.

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

Color convert

RGB 212 164 109 -
CMYK 0 0.23 0.49 0.17
HSL 32.04º 0.54% 0.63% -
HSV(B) 32.04º 0.49% 0.83% -
XYZ 43.19 41.65 20.23 -
YUV 172.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 212 164 109 0 0.23 0.49 0.17 32.04 0.54 0.63
Hex D4 A4 6D 0 17 31 11 20 36 3F
Octal 324 244 155 0 27 61 21 40 66 77
Binary 11010100 10100100 1101101 0 10111 110001 10001 100000 110110 111111

Color Harmonies of #D4A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A46D

Black with #D4A46D

Text Example


Text Example

White with #D4A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A46D; }

 p { color: rgb(212,164,109); }

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

background-color css

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

 a { background-color: rgb(212,164,109); }

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

border-color css

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

 span { border-color: rgb(212,164,109); }

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