Html Css Color HEX #D5A872 Putty

📋 copy color: '#D5A872'

red 213 ◦ green 168 ◦ blue 114

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

Shades of Putty #D5A872

Tints of Putty #D5A872

RGB

 RED value IS 213 (83.59% from 255) = 43.03%

 GREEN value IS 168 (66.02% from 255) = 33.94%

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 43.03%
G = 33.94%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5A872 (or 0xD5A872) is known color: Putty. HEX triplet: D5, A8 and 72. RGB value is (213,168,114). Sum of RGB (Red+Green+Blue) = 213+168+114=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A872 is #2A578D. Grayscale: #AFAFAF. Windows color (decimal): -2774926 or 7514325. OLE color: 7514325.

HSL color Cylindrical-coordinate representation of color #D5A872: hue angle of 32.73º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5A872 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 114 -
CMYK 0 0.21 0.46 0.16
HSL 32.73º 0.54% 0.64% -
HSV(B) 32.73º 0.46% 0.84% -
XYZ 44.48 43.37 21.95 -
YUV 175.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 213 168 114 0 0.21 0.46 0.16 32.73 0.54 0.64
Hex D5 A8 72 0 15 2E 10 21 36 40
Octal 325 250 162 0 25 56 20 41 66 100
Binary 11010101 10101000 1110010 0 10101 101110 10000 100001 110110 1000000

Color Harmonies of #D5A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A872

Black with #D5A872

Text Example


Text Example

White with #D5A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A872; }

 p { color: rgb(213,168,114); }

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

background-color css

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

 a { background-color: rgb(213,168,114); }

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

border-color css

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

 span { border-color: rgb(213,168,114); }

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