Html Css Color HEX #D4A56E Putty

📋 copy color: '#D4A56E'

red 212 ◦ green 165 ◦ blue 110

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

Shades of Putty #D4A56E

Tints of Putty #D4A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

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

R = 43.53%
G = 33.88%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4A56E (or 0xD4A56E) is known color: Putty. HEX triplet: D4, A5 and 6E. RGB value is (212,165,110). Sum of RGB (Red+Green+Blue) = 212+165+110=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A56E is #2B5A91. Grayscale: #ADADAD. Windows color (decimal): -2841234 or 7251412. OLE color: 7251412.

HSL color Cylindrical-coordinate representation of color #D4A56E: hue angle of 32.35º 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 #D4A56E is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 110 -
CMYK 0 0.22 0.48 0.17
HSL 32.35º 0.54% 0.63% -
HSV(B) 32.35º 0.48% 0.83% -
XYZ 43.42 42.03 20.58 -
YUV 172.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 212 165 110 0 0.22 0.48 0.17 32.35 0.54 0.63
Hex D4 A5 6E 0 16 30 11 20 36 3F
Octal 324 245 156 0 26 60 21 40 66 77
Binary 11010100 10100101 1101110 0 10110 110000 10001 100000 110110 111111

Color Harmonies of #D4A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A56E

Black with #D4A56E

Text Example


Text Example

White with #D4A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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