Html Css Color HEX #D5A570 Putty

📋 copy color: '#D5A570'

red 213 ◦ green 165 ◦ blue 112

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

Shades of Putty #D5A570

Tints of Putty #D5A570

RGB

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

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

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

R = 43.47%
G = 33.67%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5A570 (or 0xD5A570) is known color: Putty. HEX triplet: D5, A5 and 70. RGB value is (213,165,112). Sum of RGB (Red+Green+Blue) = 213+165+112=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A570 is #2A5A8F. Grayscale: #ADADAD. Windows color (decimal): -2775696 or 7382485. OLE color: 7382485.

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

Color convert

RGB 213 165 112 -
CMYK 0 0.23 0.47 0.16
HSL 31.49º 0.55% 0.64% -
HSV(B) 31.49º 0.47% 0.84% -
XYZ 43.82 42.23 21.17 -
YUV 173.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 213 165 112 0 0.23 0.47 0.16 31.49 0.55 0.64
Hex D5 A5 70 0 17 2F 10 1F 37 40
Octal 325 245 160 0 27 57 20 37 67 100
Binary 11010101 10100101 1110000 0 10111 101111 10000 11111 110111 1000000

Color Harmonies of #D5A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A570

Black with #D5A570

Text Example


Text Example

White with #D5A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A570; }

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

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

background-color css

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

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

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

border-color css

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

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

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