Html Css Color HEX #D7A570 Putty

📋 copy color: '#D7A570'

red 215 ◦ green 165 ◦ blue 112

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

Shades of Putty #D7A570

Tints of Putty #D7A570

RGB

 RED value IS 215 (84.38% from 255) = 43.7%

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

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

R = 43.7%
G = 33.54%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7A570 (or 0xD7A570) is known color: Putty. HEX triplet: D7, A5 and 70. RGB value is (215,165,112). Sum of RGB (Red+Green+Blue) = 215+165+112=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A570 is #285A8F. Grayscale: #AEAEAE. Windows color (decimal): -2644624 or 7382487. OLE color: 7382487.

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

Color convert

RGB 215 165 112 -
CMYK 0 0.23 0.48 0.16
HSL 30.87º 0.56% 0.64% -
HSV(B) 30.87º 0.48% 0.84% -
XYZ 44.4 42.53 21.2 -
YUV 173.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 215 165 112 0 0.23 0.48 0.16 30.87 0.56 0.64
Hex D7 A5 70 0 17 30 10 1F 38 40
Octal 327 245 160 0 27 60 20 37 70 100
Binary 11010111 10100101 1110000 0 10111 110000 10000 11111 111000 1000000

Color Harmonies of #D7A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A570

Black with #D7A570

Text Example


Text Example

White with #D7A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A570; }

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

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

background-color css

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

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

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

border-color css

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

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

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