Html Css Color HEX #D5A270 Putty

📋 copy color: '#D5A270'

red 213 ◦ green 162 ◦ blue 112

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

Shades of Putty #D5A270

Tints of Putty #D5A270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.26%

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

R = 43.74%
G = 33.26%
B = 23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5A270 (or 0xD5A270) is known color: Putty. HEX triplet: D5, A2 and 70. RGB value is (213,162,112). Sum of RGB (Red+Green+Blue) = 213+162+112=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A270 is #2A5D8F. Grayscale: #ABABAB. Windows color (decimal): -2776464 or 7381717. OLE color: 7381717.

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

Color convert

RGB 213 162 112 -
CMYK 0 0.24 0.47 0.16
HSL 29.7º 0.55% 0.64% -
HSV(B) 29.7º 0.47% 0.84% -
XYZ 43.29 41.16 20.99 -
YUV 171.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 213 162 112 0 0.24 0.47 0.16 29.7 0.55 0.64
Hex D5 A2 70 0 18 2F 10 1E 37 40
Octal 325 242 160 0 30 57 20 36 67 100
Binary 11010101 10100010 1110000 0 11000 101111 10000 11110 110111 1000000

Color Harmonies of #D5A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A270

Black with #D5A270

Text Example


Text Example

White with #D5A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A270; }

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

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

background-color css

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

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

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

border-color css

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

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

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