Html Css Color HEX #D5AB70 Putty

📋 copy color: '#D5AB70'

red 213 ◦ green 171 ◦ blue 112

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

Shades of Putty #D5AB70

Tints of Putty #D5AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 42.94%
G = 34.48%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5AB70 (or 0xD5AB70) is known color: Putty. HEX triplet: D5, AB and 70. RGB value is (213,171,112). Sum of RGB (Red+Green+Blue) = 213+171+112=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB70 is #2A548F. Grayscale: #B1B1B1. Windows color (decimal): -2774160 or 7384021. OLE color: 7384021.

HSL color Cylindrical-coordinate representation of color #D5AB70: hue angle of 35.05º 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 #D5AB70 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 112 -
CMYK 0 0.20 0.47 0.16
HSL 35.05º 0.55% 0.64% -
HSV(B) 35.05º 0.47% 0.84% -
XYZ 44.93 44.44 21.54 -
YUV 176.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 213 171 112 0 0.20 0.47 0.16 35.05 0.55 0.64
Hex D5 AB 70 0 14 2F 10 23 37 40
Octal 325 253 160 0 24 57 20 43 67 100
Binary 11010101 10101011 1110000 0 10100 101111 10000 100011 110111 1000000

Color Harmonies of #D5AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB70

Black with #D5AB70

Text Example


Text Example

White with #D5AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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