Html Css Color HEX #D6A570 Putty

📋 copy color: '#D6A570'

red 214 ◦ green 165 ◦ blue 112

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

Shades of Putty #D6A570

Tints of Putty #D6A570

RGB

 RED value IS 214 (83.98% from 255) = 43.58%

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

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

R = 43.58%
G = 33.6%
B = 22.81%

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

#D6A570 (or 0xD6A570) is known color: Putty. HEX triplet: D6, A5 and 70. RGB value is (214,165,112). Sum of RGB (Red+Green+Blue) = 214+165+112=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A570 is #295A8F. Grayscale: #ADADAD. Windows color (decimal): -2710160 or 7382486. OLE color: 7382486.

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

Color convert

RGB 214 165 112 -
CMYK 0 0.23 0.48 0.16
HSL 31.18º 0.55% 0.64% -
HSV(B) 31.18º 0.48% 0.84% -
XYZ 44.11 42.38 21.18 -
YUV 173.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 214 165 112 0 0.23 0.48 0.16 31.18 0.55 0.64
Hex D6 A5 70 0 17 30 10 1F 37 40
Octal 326 245 160 0 27 60 20 37 67 100
Binary 11010110 10100101 1110000 0 10111 110000 10000 11111 110111 1000000

Color Harmonies of #D6A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A570

Black with #D6A570

Text Example


Text Example

White with #D6A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A570; }

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

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

background-color css

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

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

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

border-color css

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

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

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