Html Css Color HEX #D5AD70 Putty

📋 copy color: '#D5AD70'

red 213 ◦ green 173 ◦ blue 112

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

Shades of Putty #D5AD70

Tints of Putty #D5AD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.74%

 BLUE value IS 112 (44.14% from 255) = 22.49%

R = 42.77%
G = 34.74%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5AD70 (or 0xD5AD70) is known color: Putty. HEX triplet: D5, AD and 70. RGB value is (213,173,112). Sum of RGB (Red+Green+Blue) = 213+173+112=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD70 is #2A528F. Grayscale: #B2B2B2. Windows color (decimal): -2773648 or 7384533. OLE color: 7384533.

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

Color convert

RGB 213 173 112 -
CMYK 0 0.19 0.47 0.16
HSL 36.24º 0.55% 0.64% -
HSV(B) 36.24º 0.47% 0.84% -
XYZ 45.31 45.2 21.67 -
YUV 178.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 213 173 112 0 0.19 0.47 0.16 36.24 0.55 0.64
Hex D5 AD 70 0 13 2F 10 24 37 40
Octal 325 255 160 0 23 57 20 44 67 100
Binary 11010101 10101101 1110000 0 10011 101111 10000 100100 110111 1000000

Color Harmonies of #D5AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD70

Black with #D5AD70

Text Example


Text Example

White with #D5AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD70; }

 p { color: rgb(213,173,112); }

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

background-color css

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

 a { background-color: rgb(213,173,112); }

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

border-color css

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

 span { border-color: rgb(213,173,112); }

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