Html Css Color HEX #D4A573 Putty

📋 copy color: '#D4A573'

red 212 ◦ green 165 ◦ blue 115

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

Shades of Putty #D4A573

Tints of Putty #D4A573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 43.09%
G = 33.54%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4A573 (or 0xD4A573) is known color: Putty. HEX triplet: D4, A5 and 73. RGB value is (212,165,115). Sum of RGB (Red+Green+Blue) = 212+165+115=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A573 is #2B5A8C. Grayscale: #ADADAD. Windows color (decimal): -2841229 or 7579092. OLE color: 7579092.

HSL color Cylindrical-coordinate representation of color #D4A573: hue angle of 30.93º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4A573 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 115 -
CMYK 0 0.22 0.46 0.17
HSL 30.93º 0.53% 0.64% -
HSV(B) 30.93º 0.46% 0.83% -
XYZ 43.7 42.15 22.05 -
YUV 173.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 212 165 115 0 0.22 0.46 0.17 30.93 0.53 0.64
Hex D4 A5 73 0 16 2E 11 1F 35 40
Octal 324 245 163 0 26 56 21 37 65 100
Binary 11010100 10100101 1110011 0 10110 101110 10001 11111 110101 1000000

Color Harmonies of #D4A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A573

Black with #D4A573

Text Example


Text Example

White with #D4A573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A573; }

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

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

background-color css

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

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

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

border-color css

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

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

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