Html Css Color HEX #D4A56F Putty

📋 copy color: '#D4A56F'

red 212 ◦ green 165 ◦ blue 111

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

Shades of Putty #D4A56F

Tints of Putty #D4A56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.75%

R = 43.44%
G = 33.81%
B = 22.75%

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

#D4A56F (or 0xD4A56F) is known color: Putty. HEX triplet: D4, A5 and 6F. RGB value is (212,165,111). Sum of RGB (Red+Green+Blue) = 212+165+111=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A56F is #2B5A90. Grayscale: #ADADAD. Windows color (decimal): -2841233 or 7316948. OLE color: 7316948.

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

Color convert

RGB 212 165 111 -
CMYK 0 0.22 0.48 0.17
HSL 32.08º 0.54% 0.63% -
HSV(B) 32.08º 0.48% 0.83% -
XYZ 43.48 42.06 20.86 -
YUV 172.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 212 165 111 0 0.22 0.48 0.17 32.08 0.54 0.63
Hex D4 A5 6F 0 16 30 11 20 36 3F
Octal 324 245 157 0 26 60 21 40 66 77
Binary 11010100 10100101 1101111 0 10110 110000 10001 100000 110110 111111

Color Harmonies of #D4A56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A56F

Black with #D4A56F

Text Example


Text Example

White with #D4A56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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