Html Css Color HEX #D1A570 Putty

📋 copy color: '#D1A570'

red 209 ◦ green 165 ◦ blue 112

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

Shades of Putty #D1A570

Tints of Putty #D1A570

RGB

 RED value IS 209 (82.03% from 255) = 43%

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

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

R = 43%
G = 33.95%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D1A570 (or 0xD1A570) is known color: Putty. HEX triplet: D1, A5 and 70. RGB value is (209,165,112). Sum of RGB (Red+Green+Blue) = 209+165+112=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A570 is #2E5A8F. Grayscale: #ACACAC. Windows color (decimal): -3037840 or 7382481. OLE color: 7382481.

HSL color Cylindrical-coordinate representation of color #D1A570: hue angle of 32.78º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1A570 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 165 112 -
CMYK 0 0.21 0.46 0.18
HSL 32.78º 0.51% 0.63% -
HSV(B) 32.78º 0.46% 0.82% -
XYZ 42.67 41.64 21.12 -
YUV 172.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 209 165 112 0 0.21 0.46 0.18 32.78 0.51 0.63
Hex D1 A5 70 0 15 2E 12 21 33 3F
Octal 321 245 160 0 25 56 22 41 63 77
Binary 11010001 10100101 1110000 0 10101 101110 10010 100001 110011 111111

Color Harmonies of #D1A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A570

Black with #D1A570

Text Example


Text Example

White with #D1A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A570; }

 p { color: rgb(209,165,112); }

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

background-color css

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

 a { background-color: rgb(209,165,112); }

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

border-color css

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

 span { border-color: rgb(209,165,112); }

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